Skip to content

Commit 6ee0ff5

Browse files
committed
Fix linting error
1 parent 09e9193 commit 6ee0ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* @import {Plugin} from 'unified'
77
*/
88

9-
import 'global-jsdom/register'
109
import assert from 'node:assert/strict'
1110
import test from 'node:test'
11+
import 'global-jsdom/register'
1212
import {render, waitFor} from '@testing-library/react'
1313
import concatStream from 'concat-stream'
1414
import {Component} from 'react'

0 commit comments

Comments
 (0)