Skip to content

Commit

Permalink
update example to use different jest-expect-message
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Sep 21, 2021
1 parent e493bd5 commit 8f0dcff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/simple/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
// map to src/ so that we don't have relative paths like "./../"
"^src/(.*)": "<rootDir>/src/$1",
},
setupFilesAfterEnv: ["jest-expect-message", "jest-date-mock"],
setupFilesAfterEnv: ["@alex_neo/jest-expect-message", "jest-date-mock"],
testPathIgnorePatterns: ["dist"],
transformIgnorePatterns: ["<rootDir>/node_modules/"],
};
20 changes: 17 additions & 3 deletions examples/simple/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 examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
"@snowtop/ent-graphql-tests": "^0.0.1",
"@types/express": "^4.17.11",
"@types/jest": "^27.0.1",
Expand All @@ -27,7 +28,6 @@
"cookie-parser": "^1.4.5",
"jest": "^27.1.1",
"jest-date-mock": "^1.0.8",
"jest-expect-message": "^1.0.2",
"supertest": "^6.1.3",
"ts-jest": "^27.0.5"
},
Expand Down

0 comments on commit 8f0dcff

Please sign in to comment.