Skip to content

Commit 8e925e2

Browse files
committed
chore: Copy jest config from pkgs/cheatsheet
1 parent fd5759c commit 8e925e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import type { Config } from "jest";
2+
3+
const config: Config = {
4+
preset: "ts-jest",
5+
testEnvironment: "jsdom",
6+
};
7+
8+
export default config;

0 commit comments

Comments
 (0)