stable
Clone or download
Read-only
Fixes request #29243: Typechecking issues in baseline plugin JS unit tests
The baseline plugin now uses `vue-tsc` to handle the typechecking and `ts-jest` errors are been moved back out the warn only mode. Change-Id: I82214fa5e40aa9db2a7c9cb549aa094b54c6dc53
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/build-system-configurator/src/jest/base-config.ts | +1 | −1 | Go to diff View file |
M | plugins/baseline/jest.config.js | +2 | −0 | Go to diff View file |
M | plugins/baseline/package.json | +4 | −8 | Go to diff View file |
M | plugins/baseline/scripts/baseline/components/common/ActionButton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/baseline/scripts/baseline/components/common/CollapsableContent.test.ts | +1 | −1 | Go to diff View file |
M | plugins/baseline/scripts/baseline/components/common/DeleteConfirmationModal.test.ts | +1 | −1 | Go to diff View file |
M | plugins/baseline/scripts/baseline/components/common/HumanizedDate.test.ts | +1 | −1 | Go to diff View file |
D | plugins/baseline/src/composer.json | +0 | −11 | Go to diff View file |
D | plugins/baseline/src/composer.lock | +0 | −72 | Go to diff View file |
M | plugins/baseline/tsconfig.json | +5 | −1 | Go to diff View file |
M | plugins/baseline/webpack.common.js | +0 | −1 | Go to diff View file |