Skip to content

Commit ccaab2b

Browse files
authoredAug 17, 2021
updating package with the fix (github#20922)
1 parent 1e4a80f commit ccaab2b

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed
 

‎jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
preset: isBrowser ? 'jest-puppeteer' : undefined,
2626
reporters,
2727
modulePathIgnorePatterns: ['assets/'],
28-
setupFilesAfterEnv: ['jest-expect-message'],
28+
setupFilesAfterEnv: ['@alex_neo/jest-expect-message'],
2929
...(isBrowser ? {} : { testEnvironment: 'node' }),
3030
testPathIgnorePatterns: [
3131
'node_modules/',

‎package-lock.json

+11-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
".next/cache"
1010
],
1111
"dependencies": {
12+
"@alex_neo/jest-expect-message": "^1.0.5",
1213
"@hapi/accept": "^5.0.2",
1314
"@primer/components": "^28.3.0",
1415
"@primer/css": "^16.2.0",
@@ -141,7 +142,6 @@
141142
"japanese-characters": "^1.1.0",
142143
"javascript-stringify": "^2.1.0",
143144
"jest": "^27.0.6",
144-
"jest-expect-message": "^1.0.2",
145145
"jest-github-actions-reporter": "^1.0.3",
146146
"jest-slow-test-reporter": "^1.0.0",
147147
"linkinator": "^2.14.0",

0 commit comments

Comments
 (0)