Skip to content

Commit

Permalink
update http_outcall_fetch to use jest
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 17, 2024
1 parent 826596c commit 3b0e1d7
Show file tree
Hide file tree
Showing 5 changed files with 8,546 additions and 2,545 deletions.
10 changes: 10 additions & 0 deletions examples/http_outcall_fetch/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',
transform: {
'^.+\\.ts$': 'ts-jest',
'^.+\\.js$': 'ts-jest'
},
transformIgnorePatterns: ['/node_modules/(?!(azle)/)'] // Make sure azle is transformed
};
Loading

0 comments on commit 3b0e1d7

Please sign in to comment.