Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Oct 11, 2024
1 parent e0d8212 commit 89add08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
export { default } from "@stanlemon/webdev/jest.config.js";
import config from "@stanlemon/webdev/jest.config.js";

export default {
...config,
// Something weird is going on that causes the default jest.setup.js to not be imported as a module.
// So, for now we skip using that.
setupFilesAfterEnv: [],
};
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 89add08

Please sign in to comment.