Skip to content

Commit

Permalink
fix: revert esm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Aug 12, 2021
1 parent e6333d2 commit 1ff76de
Show file tree
Hide file tree
Showing 7 changed files with 269 additions and 47 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
preset: "ts-jest",
setupFiles: ["core-js"],
testEnvironment: "node",
testPathIgnorePatterns: ["node_modules", "dist"],
watchPathIgnorePatterns: ["/node_modules/", "dist"],
modulePathIgnorePatterns: ["<rootDir>/dist"],
watchPlugins: ["jest-watch-typeahead/filename", "jest-watch-typeahead/testname"],
};
233 changes: 227 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ff76de

Please sign in to comment.