Skip to content

Commit

Permalink
fixup! chore: use ts-solution config for v8 and emit only declaration…
Browse files Browse the repository at this point in the history
… in v0 when executing tsc to improve perf
  • Loading branch information
Hotell committed Mar 15, 2023
1 parent e5ec835 commit 145b39f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const { createV8Config: createConfig } = require('@fluentui/scripts-jest');

const config = createConfig({
globals: {
'ts-jest': {
tsconfig: '<rootDir>/tsconfig.spec.json',
},
},
setupFiles: ['./config/tests.js'],
snapshotSerializers: ['@fluentui/jest-serializer-merge-styles'],
});
Expand Down

0 comments on commit 145b39f

Please sign in to comment.