add client setSubdomain and makeRequest tests. add https mock for testing. ...
add client setSubdomain and makeRequest tests. add https mock for testing. update test helper loading
Showing
lib/util.js
0 → 100644
| ... | @@ -26,7 +26,8 @@ | ... | @@ -26,7 +26,8 @@ |
| "dependencies": {}, | "dependencies": {}, | ||
| "devDependencies": { | "devDependencies": { | ||
| "istanbul": "^0.4.5", | "istanbul": "^0.4.5", | ||
| "jasmine": "^2.5.3" | "jasmine": "^2.5.3", | ||
| "mockery": "^2.0.0" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "test": "./node_modules/jasmine/bin/jasmine.js", | "test": "./node_modules/jasmine/bin/jasmine.js", | ||
| ... | ... |
spec/helpers/index.js
0 → 100644
Please register or sign in to comment