Skip to content

Commit 3d738bc

Browse files
committed
refactor: remove unused imports
1 parent bb68c2b commit 3d738bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import { pEvent } from 'p-event'
1111
import { test } from '@japa/runner'
12-
import { run, runNode } from '../src/run.js'
12+
import { runNode } from '../src/run.js'
1313

1414
test.group('Child process', () => {
1515
test('run typescript file as a child process', async ({ fs, assert }) => {

0 commit comments

Comments
 (0)