Skip to content

Commit 0623982

Browse files
committed
debugging: try system test
1 parent e18a8ca commit 0623982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/markdown-preview/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"start": "node index.js",
1818
"test": "npm -- run all-test",
19-
"all-test": "npm run unit-test && npm run system-test",
19+
"all-test": "npm run system-test && npm run unit-test",
2020
"unit-test": "c8 mocha -p -j 2 test/app.test.js --timeout=10000 --exit",
2121
"system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=480000 --exit"
2222
},

0 commit comments

Comments
 (0)