Skip to content

Commit 03e67a2

Browse files
committed
convert jest files to TS
1 parent 2be45c4 commit 03e67a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

jest.config.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

jest.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
testEnvironment: "jsdom",
3+
setupFilesAfterEnv: ["<rootDir>/jest-setup.ts"],
4+
};

0 commit comments

Comments
 (0)