Skip to content

Commit d56f365

Browse files
committed
fix: lint
1 parent ffa0fa8 commit d56f365

File tree

1 file changed

+2
-1
lines changed
  • test/unit-tests/id-consistency/test-src

1 file changed

+2
-1
lines changed

test/unit-tests/id-consistency/test-src/entry.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import * as path from 'path' // test external modules
1+
// test external modules
2+
import * as path from 'path'
23
import { named, proxiedDefault } from './proxy-export'
34

45
// just some random code to use the imports

0 commit comments

Comments
 (0)