Skip to content

Commit 2f98b99

Browse files
committed
ensure to allow js as import in test helpers
1 parent a3f1f46 commit 2f98b99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testsuite/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"#src/*": ["./src/*"],
1212
"#helpers": ["./src/index.js"]
1313
},
14+
"allowJs": true,
1415
"lib": ["DOM", "es2022"]
1516
},
1617
"include": ["./tests/**/*.ts", "./src/*.ts"]

0 commit comments

Comments
 (0)