Skip to content

Commit

Permalink
fix: jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jan 23, 2025
1 parent 7c3d766 commit 9570f18
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/colony-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cross-fetch": "^4.0.0",
"ethers": "^5.7.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3"
Expand Down
3 changes: 2 additions & 1 deletion packages/colony-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "bundler",
"noEmit": false
"noEmit": false,
"types": ["jest"]
}
}
3 changes: 0 additions & 3 deletions packages/sdk/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"exclude": [
"**/__tests__"
],
"include": [
"src/index.ts"
],
Expand Down
64 changes: 55 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 9570f18

Please sign in to comment.