Skip to content

Commit

Permalink
updating package with the fix (github#20922)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored Aug 17, 2021
1 parent 1e4a80f commit ccaab2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
preset: isBrowser ? 'jest-puppeteer' : undefined,
reporters,
modulePathIgnorePatterns: ['assets/'],
setupFilesAfterEnv: ['jest-expect-message'],
setupFilesAfterEnv: ['@alex_neo/jest-expect-message'],
...(isBrowser ? {} : { testEnvironment: 'node' }),
testPathIgnorePatterns: [
'node_modules/',
Expand Down
24 changes: 11 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
".next/cache"
],
"dependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
"@hapi/accept": "^5.0.2",
"@primer/components": "^28.3.0",
"@primer/css": "^16.2.0",
Expand Down Expand Up @@ -141,7 +142,6 @@
"japanese-characters": "^1.1.0",
"javascript-stringify": "^2.1.0",
"jest": "^27.0.6",
"jest-expect-message": "^1.0.2",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"linkinator": "^2.14.0",
Expand Down

0 comments on commit ccaab2b

Please sign in to comment.