We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5759c commit 8e925e2Copy full SHA for 8e925e2
packages/test-case-component/jest.config.ts
@@ -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