stable
Clone or download
Read-only
Part of request #13806: Use Jest as the default test framework for JS unit tests No functional change. Change-Id: If7a271bec7ca44f272bb9ea4bc37d72e40cfbb29
Modified Files
Name | ||||
---|---|---|---|---|
M | package-lock.json | +15 | −0 | Go to diff View file |
M | package.json | +1 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/jest.config.js | +20 | −0 | Go to diff View file |
D | plugins/frs/www/js/angular/karma.conf.js | +0 | −23 | Go to diff View file |
M | plugins/frs/www/js/angular/package.json | +2 | −3 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app.js | +1 | −1 | Go to diff View file |
D | plugins/frs/www/js/angular/src/app/app.spec.js | +0 | −4 | Go to diff View file |
R | plugins/frs/www/js/angular/src/app/file-download/file-download-controller.spec.js | Go to diff View file | ||
R | plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-controller.spec.js | Go to diff View file | ||
R | plugins/frs/www/js/angular/src/app/release/release-controller.spec.js | Go to diff View file | ||
R | plugins/frs/www/js/angular/src/app/release/release-rest-service.spec.js | Go to diff View file | ||
M | plugins/frs/www/js/angular/webpack.config.js | +1 | −11 | Go to diff View file |
M | tests/Jenkinsfile | +0 | −3 | Go to diff View file |
A | tests/jest/angular-promise-wrapper.js | +30 | −0 | Go to diff View file |
M | tests/jest/jest.config.js | +2 | −0 | Go to diff View file |