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 9292 "build.native.debug" : " cross-env CMAKE_BUILD_TYPE=Debug node-gyp configure --debug && cross-env CMAKE_BUILD_TYPE=Debug node-gyp build --debug" ,
9393 "build" : " run-s build.js build.native" ,
9494 "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 " ,
9797 "test.electron.main" : " run-s build && electron-mocha" ,
9898 "test.electron.renderer" : " run-s build && electron-mocha --renderer" ,
9999 "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