Skip to content

Commit 841380a

Browse files
committed
test
1 parent 120231d commit 841380a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test_acceptance/jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = async () => {
99
transform: {
1010
'^.+\\.(t|j)s$': 'ts-jest',
1111
},
12+
transformIgnorePatterns: ['node_modules/(?!(pixelmatch)/)'],
1213
testEnvironment: 'node',
1314
};
1415
};

test_ldap/jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = async () => {
99
transform: {
1010
'^.+\\.(t|j)s$': 'ts-jest',
1111
},
12+
transformIgnorePatterns: ['node_modules/(?!(pixelmatch)/)'],
1213
testEnvironment: 'node',
1314
};
1415
};

0 commit comments

Comments
 (0)