stable
Clone or download
Read-only
Merge 'gerrit #19225' into stable/master
* commit '863f9a705f': request #14980: Use @vue/test-utils in cross-tracker search unit tests Change-Id: I4a05c998c4846f5af257f250c8ec6b2311d5f3df
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 |