Skip to content

Commit

Permalink
fix cjs/esm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andnorda committed Mar 8, 2024
1 parent f1be021 commit dcacd9b
Show file tree
Hide file tree
Showing 3 changed files with 12,078 additions and 12,079 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};
Loading

0 comments on commit dcacd9b

Please sign in to comment.