Skip to content

Commit

Permalink
fixup into async await
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 29, 2024
1 parent 96fec37 commit 16fb9cc
Show file tree
Hide file tree
Showing 3 changed files with 4,836 additions and 1,347 deletions.
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 16fb9cc

Please sign in to comment.