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 3d5f9da commit 65f425bCopy full SHA for 65f425b
package.json
@@ -8,8 +8,11 @@
8
"clean": "cmake-js clean",
9
"patch": "node ./patch-packagename.js",
10
"test": "run-script-os",
11
- "test:darwin:linux": "jasmine 'test/**/*.js'",
12
- "test:win32": "jasmine test/**/*.js",
+ "test:it": "run-script-os",
+ "test:darwin:linux": "jasmine 'test/*.js'",
13
+ "test:win32": "jasmine test/*.js",
14
+ "test:it:darwin:linux": "jasmine 'test/integration/*.js'",
15
+ "test:it:win32": "jasmine test/integration/*.js",
16
"build:debug": "cmake-js rebuild --debug",
17
"build:debug:win": "cmake-js rebuild --debug -G \"Visual Studio 15 2017 Win64\"",
18
"build:release": "cmake-js rebuild",
0 commit comments