stable
Clone or download
Read-only
part of request #27921 Move packages with an independent typechecking step to Vitest No functional change. Why? Vitest has been chosen as the new default test runner. Change-Id: Id1208e715330cc92f246fe7f77b665c0c45cff47
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/crosstracker/scripts/cross-tracker/jest.config.js | +0 | −33 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/package.json | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.ts | +30 | −28 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.ts | +9 | −10 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.ts | +13 | −11 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.test.ts | +9 | −7 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.ts | +12 | −10 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/store/getters.test.ts | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/store/mutations.test.ts | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/ProjectsCache.test.ts | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.test.ts | +2 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.test.ts | +2 | −6 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.ts | +19 | −17 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.ts | +8 | −6 | Go to diff View file |
D | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/__snapshots__/TrackerListWritingMode.test.ts.snap | +0 | −44 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/tsconfig.json | +0 | −1 | Go to diff View file |