Skip to content

Commit

Permalink
Merge pull request #1885: Move Jest config to TypeScript file
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 6, 2024
2 parents 4e1ed7a + f9b8ce9 commit f046672
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 11 deletions.
9 changes: 9 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import type { Config } from 'jest';

const config: Config = {
transformIgnorePatterns: [
"jest-runner",
],
};

export default config;
Loading

0 comments on commit f046672

Please sign in to comment.