Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8468cc commit 39fd544Copy full SHA for 39fd544
package.json
@@ -46,7 +46,7 @@
46
"no-es6-dist": "node tasks/no_es6_dist.js",
47
"pretest": "node tasks/pretest.js",
48
"test-jasmine": "karma start test/jasmine/karma.conf.js",
49
- "test-mock": "node tasks/test_mock.js",
+ "test-mock": "node tasks/test_mock.mjs",
50
"test-image": "node test/image/compare_pixels_test.js",
51
"test-export": "node test/image/export_test.js",
52
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
tasks/test_mock.js renamed to tasks/test_mock.mjs
0 commit comments