stable
Clone or download
Read-only
request #14980: Use @vue/test-utils in cross-tracker search unit tests
No functional change, this only affects unit tests. Change-Id: I3b5c3ed91436eb72ae797efddf23b232a7d0e9f7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/package-lock.json | +300 | −0 | Go to diff View file |
M | plugins/crosstracker/package.json | +3 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js | +69 | −97 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js | +19 | −41 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.test.js | +29 | −29 | Go to diff View file |
A | plugins/crosstracker/scripts/cross-tracker/src/helpers/local-vue.js | +29 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js | +50 | −78 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.test.js | +12 | −19 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.test.js | +5 | −15 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js | +59 | −62 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.js | +31 | −41 | Go to diff View file |