Skip to content

Commit

Permalink
update ckbtc to use jest
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 13, 2024
1 parent 3cc2475 commit e963b76
Show file tree
Hide file tree
Showing 5 changed files with 4,976 additions and 1,516 deletions.
10 changes: 10 additions & 0 deletions examples/ckbtc/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 60_000,
transform: {
'^.+\\.ts$': 'ts-jest',
'^.+\\.js$': 'ts-jest'
}
};
Loading

0 comments on commit e963b76

Please sign in to comment.