Skip to content

Commit 65f425b

Browse files
author
Simon Hofmann
committed
Added separate integration test target
1 parent 3d5f9da commit 65f425b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
"clean": "cmake-js clean",
99
"patch": "node ./patch-packagename.js",
1010
"test": "run-script-os",
11-
"test:darwin:linux": "jasmine 'test/**/*.js'",
12-
"test:win32": "jasmine test/**/*.js",
11+
"test:it": "run-script-os",
12+
"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",
1316
"build:debug": "cmake-js rebuild --debug",
1417
"build:debug:win": "cmake-js rebuild --debug -G \"Visual Studio 15 2017 Win64\"",
1518
"build:release": "cmake-js rebuild",

0 commit comments

Comments
 (0)