Test Coverage

Added test coverage for all of the QueryBuilder methods which are the foundation to all of the other classes methods like Card.
This commit is contained in:
Bradyn Glines
2018-01-21 11:12:47 -07:00
parent 7662573959
commit 643a54d40d
5 changed files with 346 additions and 4 deletions

View File

@ -10,10 +10,20 @@
"API",
"SDK"
],
"scripts": {
"test": "mocha --reporter spec --require ts-node/register 'src/**/*.test.ts'"
},
"author": "Bradyn Glines",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"typescript": "^2.6.2"
},
"devDependencies": {
"@types/chai": "^4.1.1",
"@types/mocha": "^2.2.46",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"ts-node": "^4.1.0"
}
}