fix exception thrown if client created without a option object. Add deps for...
fix exception thrown if client created without a option object. Add deps for tests. Add tests for challonge.js. Hook up to travis for running tests. Add test instructions to readme. Update gitignore and test configs
Showing
.travis.yml
0 → 100644
lib/challonge.spec.js
0 → 100644
| ... | @@ -23,9 +23,14 @@ | ... | @@ -23,9 +23,14 @@ |
| "api-wrapper", | "api-wrapper", | ||
| "wrapper" | "wrapper" | ||
| ], | ], | ||
| "dependencies": { | "dependencies": {}, | ||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "^0.4.5", | |||
| "jasmine": "^2.5.3" | |||
| }, | |||
| "scripts": { | |||
| "test": "./node_modules/jasmine/bin/jasmine.js", | |||
| "coverage": "node ./node_modules/istanbul/lib/cli.js cover --include-all-sources ./node_modules/jasmine/bin/jasmine.js" | |||
| }, | }, | ||
| "engine": "node >= 0.10.x" | "engine": "node >= 0.10.x" | ||
| } | } |
spec/support/jasmine.json
0 → 100644
Please register or sign in to comment