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

Skip to content

Commit ae00d3c

Browse files
committed
tasks/test_plain_obj.js > tasks/test_plain_obj.mjs
1 parent 9762041 commit ae00d3c

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
@@ -53,7 +53,7 @@
5353
"test-bundle": "node tasks/test_bundle.js",
5454
"test-amdefine": "node tasks/test_amdefine.js",
5555
"test-requirejs": "node tasks/test_requirejs.js",
56-
"test-plain-obj": "node tasks/test_plain_obj.js",
56+
"test-plain-obj": "node tasks/test_plain_obj.mjs",
5757
"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",
5858
"b64": "python3 test/image/generate_b64_mocks.py && node devtools/test_dashboard/server.mjs",
5959
"mathjax3": "node devtools/test_dashboard/server.mjs --mathjax3",
File renamed without changes.

0 commit comments

Comments
 (0)