Skip to content

Commit

Permalink
update management canister to use jest
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 12, 2024
1 parent 7f0adde commit 6e25c41
Show file tree
Hide file tree
Showing 5 changed files with 8,008 additions and 2,001 deletions.
11 changes: 11 additions & 0 deletions examples/management_canister/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
bail: true,
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 60_000,
transform: {
'^.+\\.ts$': 'ts-jest',
'^.+\\.js$': 'ts-jest'
}
};
Loading

0 comments on commit 6e25c41

Please sign in to comment.