Updated testRunner to be jest-circus

This commit is contained in:
jamelreid 2021-12-01 14:35:06 -05:00
parent 69dc645f0e
commit 920c1a7580
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ const combinedConfig = {
transformIgnorePatterns: [ transformIgnorePatterns: [
'node_modules/(?!(woocommerce)/)', 'node_modules/(?!(woocommerce)/)',
], ],
testRunner: 'jest-circus/runner',
roots: [ testSpecs ], roots: [ testSpecs ],
}; };