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 e18a8ca commit 0623982Copy full SHA for 0623982
run/markdown-preview/editor/package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"start": "node index.js",
18
"test": "npm -- run all-test",
19
- "all-test": "npm run unit-test && npm run system-test",
+ "all-test": "npm run system-test && npm run unit-test",
20
"unit-test": "c8 mocha -p -j 2 test/app.test.js --timeout=10000 --exit",
21
"system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=480000 --exit"
22
},
0 commit comments