Skip to content

Commit

Permalink
Move jest config to json file to handle es module
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Sep 4, 2024
1 parent e943db8 commit 0570fd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions header-gen/jest.config.js

This file was deleted.

5 changes: 5 additions & 0 deletions header-gen/jest.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": ["**/?(*.)+(spec|test).[tj]s?(x)"]
}

0 comments on commit 0570fd3

Please sign in to comment.