Updated testRunner to be jest-circus
This commit is contained in:
parent
69dc645f0e
commit
920c1a7580
|
@ -55,6 +55,9 @@ const combinedConfig = {
|
||||||
transformIgnorePatterns: [
|
transformIgnorePatterns: [
|
||||||
'node_modules/(?!(woocommerce)/)',
|
'node_modules/(?!(woocommerce)/)',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
testRunner: 'jest-circus/runner',
|
||||||
|
|
||||||
roots: [ testSpecs ],
|
roots: [ testSpecs ],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue