Skip to content

Commit 5f08ab6

Browse files
committed
fix test suite incompatibility with chai 4
1 parent ad87fa5 commit 5f08ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"jshint": "*",
23-
"chai": "*",
23+
"chai": "3.*",
2424
"chai-as-promised": "*",
2525
"mocha": "*",
2626
"nock": "*",

0 commit comments

Comments
 (0)