Skip to content

Commit 116bf33

Browse files
committed
Run test script with ts-node
1 parent bbc1059 commit 116bf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test-mock": "node tasks/test_mock.mjs",
4848
"test-image": "node test/image/compare_pixels_test.js",
4949
"test-export": "node test/image/export_test.js",
50-
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
50+
"test-syntax": "ts-node tasks/test_syntax.js && npm run find-strings -- --no-output",
5151
"test-bundle": "node tasks/test_bundle.js",
5252
"test-plain-obj": "node tasks/test_plain_obj.mjs",
5353
"test": "npm run test-jasmine -- --nowatch && npm run test-bundle && npm run test-image && npm run test-export && npm run test-syntax && npm run lint",

0 commit comments

Comments
 (0)