We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120231d commit 841380aCopy full SHA for 841380a
test_acceptance/jest.config.ts
@@ -9,6 +9,7 @@ module.exports = async () => {
9
transform: {
10
'^.+\\.(t|j)s$': 'ts-jest',
11
},
12
+ transformIgnorePatterns: ['node_modules/(?!(pixelmatch)/)'],
13
testEnvironment: 'node',
14
};
15
test_ldap/jest.config.ts
0 commit comments