Skip to content

Commit

Permalink
chore: remove unusable jest-snapshot-serializer-raw
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 22, 2024
1 parent 037850f commit 054dbac
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 806 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default {
moduleNameMapper: {
"^(\\.{1,2}/.*)\\.js$": "$1",
},
snapshotSerializers: ["jest-snapshot-serializer-raw"],
coverageReporters: ["lcov", "text-summary"],
collectCoverage: true,
collectCoverageFrom: ["src/**/*.ts"],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"jest-snapshot-serializer-raw": "^2.0.0",
"npm-run-all2": "^6.1.1",
"patch-package": "^8.0.0",
"prettier": "^3.2.4",
Expand Down
Loading

0 comments on commit 054dbac

Please sign in to comment.