Skip to content

Commit 105c780

Browse files
committed
moved comparison tests to comparison-tests folder
in preparation for adding some execution tests
1 parent 9482255 commit 105c780

File tree

794 files changed

+31
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

794 files changed

+31
-27
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "tsc",
8-
"comparison-tests": "npm link ./test/testLib && mocha --reporter spec test/run.js",
9-
"test": "npm link ./test/testLib && node test/run-tests-as-child.js ",
8+
"test": "npm link ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js ",
109
"prepublish": "npm run build"
1110
},
1211
"repository": {

0 commit comments

Comments
 (0)