Skip to content

Commit d344dc9

Browse files
reverting jest config changes
1 parent 0a83204 commit d344dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pwa-kit-react-sdk/jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
77
/* eslint-disable @typescript-eslint/no-var-requires */
8-
98
const base = require('internal-lib-build/configs/jest/jest.config')
9+
1010
module.exports = {
1111
...base,
1212
setupFilesAfterEnv: ['./setup-jest.js'],
@@ -25,4 +25,4 @@ module.exports = {
2525
statements: 85
2626
}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)