Merge pull request #52 from edx/muhhshoaib/jasmine-insfrastucture
(WIP) Jasmine Setup and tests
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
gulpfile.js
0 → 100644
karma.conf.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "edx-proctoring", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/edx/edx-proctoring" | ||
| }, | ||
| "devDependencies": { | ||
| "gulp": "^3.9.0", | ||
| "gulp-karma": "0.0.1", | ||
| "karma": "^0.13.0", | ||
| "karma-chrome-launcher": "^0.2.0", | ||
| "karma-coverage": "latest", | ||
| "karma-firefox-launcher": "latest", | ||
| "karma-jasmine": "^0.3.6", | ||
| "karma-jasmine-jquery": "0.1.1", | ||
| "karma-sinon": "latest" | ||
| } | ||
| } |
Please
register
or
sign in
to comment