stable

Clone or download

Read-only

Split jest configurations in tracker

Part of story #18336 add support of markdown No functional change, all Tracker unit tests are still run. Notes: Tracker plugin is getting bigger and there are many different "parts" in it. We should use the same strategy as AgileDashboard and have different jest configurations in each part. It'll make it easier to configure them differently. Change-Id: I59691f0aff4da8715c63e4a92319e22c1e7d1d4e

Modified Files

Name
M plugins/tracker/package.json +1 −1 Go to diff View file
R plugins/tracker/jest.config.js Go to diff View file
A plugins/tracker/scripts/artifact-action-buttons/jest.config.js +25 −0 Go to diff View file
A plugins/tracker/scripts/artifact/jest.config.js +25 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/jest.config.js +29 −0 Go to diff View file
A plugins/tracker/scripts/workflow-transitions/jest.config.js +25 −0 Go to diff View file