We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10b694 commit d82bcfdCopy full SHA for d82bcfd
packages/renderer-core/jest.config.js
@@ -12,6 +12,7 @@ const jestConfig = {
12
// testMatch: ['(/tests?/.*(test))\\.[jt]s$'],
13
// testMatch: ['**/*/base.test.tsx'],
14
// testMatch: ['**/utils/common.test.ts'],
15
+ // testMatch: ['**/*/leaf.test.tsx'],
16
transformIgnorePatterns: [
17
`/node_modules/(?!${esModules})/`,
18
],
0 commit comments