stable
Clone or download
Read-only
Part of request #13806: Use Jest as the default test framework for JS unit tests Change-Id: Ib63beb77b64f116c0da0ad7caea6b78b3c788ecc
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.spec.js | Go to diff View file | ||
D | plugins/crosstracker/scripts/cross-tracker/src/app.spec.js | +0 | −41 | Go to diff View file |
R | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/store/getters.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/store/mutations.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.spec.js | Go to diff View file | ||
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.vue | +6 | −3 | Go to diff View file |
R | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.spec.js | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/project-cache.spec.js | Go to diff View file | ||
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/tql-configuration.js | +2 | −2 | Go to diff View file |
A | plugins/crosstracker/scripts/jest.config.js | +20 | −0 | Go to diff View file |
D | plugins/crosstracker/scripts/karma.conf.js | +0 | −43 | Go to diff View file |
M | plugins/crosstracker/scripts/package.json | +2 | −3 | Go to diff View file |
M | plugins/crosstracker/scripts/webpack.config.js | +1 | −12 | Go to diff View file |
M | tests/Jenkinsfile | +0 | −3 | Go to diff View file |