Skip to content

Commit fac5557

Browse files
committed
Improve type tests
1 parent 449f818 commit fac5557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/main.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
expectError,
66
} from 'tsd'
77

8-
import logProcessErrors, { Options, Event } from './main.js'
8+
import logProcessErrors, { Options, Event } from 'log-process-errors'
99

1010
const undo = logProcessErrors()
1111
expectType<void>(undo())

0 commit comments

Comments
 (0)