Skip to content

Commit

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

0 comments on commit e79f020

Please sign in to comment.