fix: add missing tests
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "npm tests && tsc",
|
||||
"tests": "mocha -r ts-node/register ./tests/**/*.spec.ts",
|
||||
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
|
||||
"test": "mocha -r ts-node/register",
|
||||
"test-coverage": "nyc npm run tests"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user