Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39fd544

Browse files
committed
tasks/test_mock.js > tasks/test_mock.mjs
1 parent b8468cc commit 39fd544

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"no-es6-dist": "node tasks/no_es6_dist.js",
4747
"pretest": "node tasks/pretest.js",
4848
"test-jasmine": "karma start test/jasmine/karma.conf.js",
49-
"test-mock": "node tasks/test_mock.js",
49+
"test-mock": "node tasks/test_mock.mjs",
5050
"test-image": "node test/image/compare_pixels_test.js",
5151
"test-export": "node test/image/export_test.js",
5252
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
File renamed without changes.

0 commit comments

Comments
 (0)