stable
Clone or download
Read-only
Merge commit 'refs/changes/16/26316/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Closes request #27548: Introduce Vitest as the new default JS test runner Change-Id: Iffc1be0fa93876d16f41a0bcd0c3b306fe6f0ad0
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +3 | −0 | Go to diff View file |
A | adr/0014-js-unit-test-runner.md | +67 | −0 | Go to diff View file |
M | adr/index.md | +1 | −0 | Go to diff View file |
M | lib/frontend/build-system-configurator/src/vite-configurator.ts | +54 | −7 | Go to diff View file |
A | lib/frontend/build-system-configurator/src/vitest/fail-console-error-warning.ts | +42 | −0 | Go to diff View file |
R | lib/frontend/fault/jest.config.js | Go to diff View file | ||
A | lib/frontend/build-system-configurator/src/vitest/setup-snapshot-serializer.ts | +24 | −0 | Go to diff View file |
M | lib/frontend/fault/package.json | +1 | −1 | Go to diff View file |
M | lib/frontend/fault/src/Fault.test.ts | +1 | −0 | Go to diff View file |
M | package.json | +3 | −1 | Go to diff View file |
M | pnpm-lock.yaml | +214 | −30 | Go to diff View file |