stable

Clone or download

Read-only

Merge commit 'refs/changes/14/18914/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14922 Increase unit-test coverage for TLP Change-Id: I0a0081782e90ccfd765b6aa2332a1827c7315d88

Modified Files

Name
A src/themes/tlp/jest.config.js +25 −0 Go to diff View file
M src/themes/tlp/mocks/tlp-fetch-mock-helper.d.ts +2 −2 Go to diff View file
M src/themes/tlp/mocks/tlp-fetch-mock-helper.js +1 −0 Go to diff View file
M src/themes/tlp/package.json +7 −1 Go to diff View file
M src/themes/tlp/src/js/dropdowns.d.ts +1 −1 Go to diff View file
M src/themes/tlp/src/js/dropdowns.js +6 −5 Go to diff View file
A src/themes/tlp/src/js/dropdowns.test.ts +270 −0 Go to diff View file
M src/themes/tlp/src/js/fetch-wrapper.d.ts +5 −2 Go to diff View file
R src/themes/tlp/src/js/fetch-wrapper.test.js Go to diff View file
M src/themes/tlp/src/js/index.js +3 −3 Go to diff View file
M src/themes/tlp/src/js/modal.js +10 −5 Go to diff View file
A src/themes/tlp/src/js/modal.test.ts +295 −0 Go to diff View file
M src/themes/tlp/src/js/popovers.d.ts +1 −1 Go to diff View file
M src/themes/tlp/src/js/popovers.js +1 −1 Go to diff View file
A src/themes/tlp/src/js/popovers.test.ts +284 −0 Go to diff View file
M tests/jest/jest.projects.config.js +5 −1 Go to diff View file