Work on getting Karma to run
Showing
... | ... | @@ -22,13 +22,9 @@ |
"devDependencies": { | ||
"babel-core": "^6.23.0", | ||
"babel-loader": "^6.4.0", | ||
"babel-plugin-react": "^1.0.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-env": "^1.2.1", | ||
"babel-preset-react": "^6.23.0", | ||
"edx-custom-a11y-rules": "0.1.3", | ||
"eslint-config-edx": "^2.0.0", | ||
"eslint-config-edx": "^2.0.1", | ||
"eslint-config-edx-es5": "^2.0.0", | ||
"jasmine-core": "^2.4.1", | ||
"jasmine-jquery": "^2.1.1", | ||
... | ... | @@ -40,11 +36,13 @@ |
"karma-jasmine-html-reporter": "^0.2.0", | ||
"karma-junit-reporter": "^0.4.1", | ||
"karma-requirejs": "^0.2.6", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "^0.0.20", | ||
"karma-webpack": "^2.0.3", | ||
"pa11y": "4.0.1", | ||
"pa11y-reporter-json-oldnode": "1.0.0", | ||
"plato": "1.2.2", | ||
"sinon": "1.17.3 || >1.17.4 <2.0.0", | ||
"sinon": "^1.17.7", | ||
"squirejs": "^0.1.0", | ||
"webpack": "^2.2.1", | ||
"webpack-bundle-tracker": "^0.2.0" | ||
... | ... |
Please
register
or
sign in
to comment