Skip to content

Commit 3c3ef62

Browse files
authored
Merge branch 'master' into update-typescript-input-output-type
2 parents fba71b7 + 774167a commit 3c3ef62

File tree

3 files changed

+124
-207
lines changed

3 files changed

+124
-207
lines changed

jest.project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = ({ dirname, projectMode = true }) => {
2323
setupFiles: [`${ROOT_DIR}/dev-test/setup.js`],
2424
collectCoverage: false,
2525
testTimeout: 20_000,
26-
resolver: 'bob-the-bundler/jest-resolver.js',
26+
resolver: './node_modules/bob-the-bundler/jest-resolver.cjs',
2727
snapshotFormat: {
2828
escapeString: false,
2929
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@theguild/prettier-config": "0.1.1",
4949
"@types/jest": "28.1.8",
5050
"babel-jest": "28.1.3",
51-
"bob-the-bundler": "4.1.1",
51+
"bob-the-bundler": "6.0.0",
5252
"eslint": "8.38.0",
5353
"graphql": "16.6.0",
5454
"husky": "8.0.3",

0 commit comments

Comments
 (0)