Moved tests and updated Set

This commit is contained in:
bradyn
2020-11-17 08:12:12 -06:00
parent 8af4c85a55
commit 668c6740e7
5 changed files with 12 additions and 7 deletions

View File

@ -11,7 +11,7 @@
"SDK"
],
"scripts": {
"test": "mocha --reporter spec --require ts-node/register 'src/**/*.test.ts'",
"test": "mocha --reporter spec --require ts-node/register 'coverage/**/*.test.ts'",
"build": "tsc"
},
"repository": {