added the following work
- Jasmine tests Setup - proctored exam view jasmine 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": "latest", | ||
| "gulp-karma": "latest", | ||
| "karma": "latest", | ||
| "karma-chrome-launcher": "latest", | ||
| "karma-coverage": "latest", | ||
| "karma-firefox-launcher": "latest", | ||
| "karma-jasmine": "latest", | ||
| "karma-jasmine-jquery": "latest", | ||
| "karma-phantomjs-launcher": "latest", | ||
| "karma-sinon": "latest", | ||
| "karma-spec-reporter": "latest" | ||
| } | ||
| } |
Please
register
or
sign in
to comment