Skip to content

Commit

Permalink
fix: update doc store (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Aug 8, 2024
1 parent 518e696 commit f25e3d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ module.exports = {
moduleNameMapper: {
axios: "axios/dist/node/axios.cjs", // Temporary workaround: Force Jest to import the CommonJS Axios build
},
transformIgnorePatterns: ["node_modules/(?!(@govtechsg/document-store-ethers-v5)/)"],
};
8 changes: 4 additions & 4 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 @@ -44,7 +44,7 @@
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/prompt": "^18.4.3",
"@govtechsg/document-store-ethers-v5": "^4.0.0",
"@govtechsg/document-store-ethers-v5": "^4.1.0",
"@snyk/protect": "^1.1257.0",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.23",
Expand Down

0 comments on commit f25e3d5

Please sign in to comment.