Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvankhademi committed Sep 5, 2024
1 parent 56e930a commit 03c687d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ patches/
# build graph config.
apps/api-reference
apps/staking
governance/pyth_staking_sdk
7 changes: 7 additions & 0 deletions governance/pyth_staking_sdk/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.next/
coverage/
node_modules/
*.tsbuildinfo
.env*.local
.env
.DS_Store
2 changes: 1 addition & 1 deletion governance/pyth_staking_sdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { base } from "@cprussin/jest-config";
export default base({
global: {
config: {
testTimeout: 10_000,
testTimeout: 30_000,
},
},
});

0 comments on commit 03c687d

Please sign in to comment.