Skip to content

Commit 037dda2

Browse files
committed
Fix tests to import
1 parent 9cce87a commit 037dda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import path from 'path'
1+
import * as path from 'path'
22
import { fileURLToPath } from 'url'
33
import { expect } from '@jest/globals'
44
import { Annotation } from '../src/annotation.js'

0 commit comments

Comments
 (0)