Skip to content

Commit a2623f6

Browse files
Remove index.js dependency from test.js
1 parent dd0a9e4 commit a2623f6

File tree

1 file changed

+1
-2
lines changed
  • Plugins/PackageToJS/Templates

1 file changed

+1
-2
lines changed

Plugins/PackageToJS/Templates/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-check
2-
import { instantiate } from "./instantiate.js"
3-
import { MODULE_PATH } from "./index.js"
2+
import { MODULE_PATH, instantiate } from "./instantiate.js"
43

54
export class NodeRunner {
65
constructor() { }

0 commit comments

Comments
 (0)