Skip to content

Commit

Permalink
fixup! feat(react-18-tests-v8): enable build-less DX for start,test,e…
Browse files Browse the repository at this point in the history
…2e and normalize all test scenarios
  • Loading branch information
Hotell committed Nov 22, 2022
1 parent d66f9f5 commit eda0889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/react-18-tests-v8/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
globals: {
'ts-jest': {
tsConfig: '<rootDir>/tsconfig.spec.json',
diagnostics: { exclude: ['**'] },
diagnostics: { warnOnly: true, exclude: ['packages/**'] },
},
},
transform: {
Expand Down

0 comments on commit eda0889

Please sign in to comment.