Add Ava test runner to dependencies

This commit is contained in:
Sam Vervaeck 2020-10-30 14:53:41 +01:00
parent c055987006
commit 92b94d7098
2 changed files with 1502 additions and 0 deletions

1501
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -51,6 +51,7 @@
"@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1",
"@types/chai": "^4.2.14", "@types/chai": "^4.2.14",
"@types/tape": "^4.13.0", "@types/tape": "^4.13.0",
"ava": "^3.13.0",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"concurrently": "^5.3.0", "concurrently": "^5.3.0",
"tap-min": "^2.0.0", "tap-min": "^2.0.0",