We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a83204 commit d344dc9Copy full SHA for d344dc9
packages/pwa-kit-react-sdk/jest.config.js
@@ -5,8 +5,8 @@
5
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
*/
7
/* eslint-disable @typescript-eslint/no-var-requires */
8
-
9
const base = require('internal-lib-build/configs/jest/jest.config')
+
10
module.exports = {
11
...base,
12
setupFilesAfterEnv: ['./setup-jest.js'],
@@ -25,4 +25,4 @@ module.exports = {
25
statements: 85
26
}
27
28
-}
+}
0 commit comments