Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EzePze committed Sep 5, 2024
1 parent 618eff8 commit b4fd000
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 46 deletions.
11 changes: 10 additions & 1 deletion packages/blaze-emulator/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
import config from "@blaze-cardano/jest-config/base.jest.config";
export default config;

export default {
...config,
transform: {
"^.+\\.(t|j)sx?$": ["ts-jest", { isolatedModules: true }],
},
transformIgnorePatterns: [
`<rootDir>/node_modules/.pnpm/(?!(@utxorpc\\+sdk)@)`,
],
};
4 changes: 2 additions & 2 deletions packages/blaze-emulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@blaze-cardano/core": "workspace:*",
"@blaze-cardano/query": "workspace:*",
"@blaze-cardano/tx": "workspace:*",
"@blaze-cardano/wallet": "workspace:*",
"@blaze-cardano/vm": "workspace:*"
"@blaze-cardano/vm": "workspace:*",
"@blaze-cardano/wallet": "workspace:*"
}
}
Loading

0 comments on commit b4fd000

Please sign in to comment.