Skip to content

Commit 29a7bfd

Browse files
authored
Merge pull request #854 from jdmarshall/avow
Remove vows from tests.
2 parents 2040baf + eada383 commit 29a7bfd

32 files changed

+3603
-3233
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"ts-node": "^3.3.0",
3939
"typescript": "^2.4.2",
4040
"underscore": "^1.8.3",
41-
"vows": ">=0.8.1",
4241
"x2js": "^2.0.1"
4342
},
4443
"repository": {
@@ -57,7 +56,6 @@
5756
"reporter": "lcov"
5857
},
5958
"scripts": {
60-
"test": "c8 vows test/*.js --spec",
61-
"vows": "c8 vows"
59+
"test": "NODE_OPTIONS='--no-experimental-strip-types' c8 node --test"
6260
}
6361
}

0 commit comments

Comments
 (0)