Skip to content

Commit

Permalink
Merge pull request #104 from shoonia/migrate-to-esm
Browse files Browse the repository at this point in the history
Migrate to ESM
  • Loading branch information
shoonia authored Oct 22, 2023
2 parents a61ff60 + 9fb0d1f commit fd1897c
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 127 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('@jest/types').Config.InitialOptions} */
/** @type {import('jest').Config} */
const config = {
roots: [
'<rootDir>/src',
Expand Down
Loading

0 comments on commit fd1897c

Please sign in to comment.