File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
"build.native.debug" : " cross-env CMAKE_BUILD_TYPE=Debug node-gyp configure --debug && cross-env CMAKE_BUILD_TYPE=Debug node-gyp build --debug" ,
93
93
"build" : " run-s build.js build.native" ,
94
94
"build.debug" : " run-s build.js build.native.debug" ,
95
- "test" : " run-s build && mocha" ,
96
- "test.skip_gc_tests" : " run-s build.debug && cross-env SKIP_GC_TESTS=true mocha" ,
95
+ "test" : " run-s build && mocha --exit " ,
96
+ "test.skip_gc_tests" : " run-s build.debug && cross-env SKIP_GC_TESTS=true mocha --exit " ,
97
97
"test.electron.main" : " run-s build && electron-mocha" ,
98
98
"test.electron.renderer" : " run-s build && electron-mocha --renderer" ,
99
99
"lint.clang-format" : " clang-format -i -style=file ./src/*.cc ./src/*.h ./src/util/*.h" ,
You can’t perform that action at this time.
0 commit comments