Skip to content

Commit 7262726

Browse files
raju249AutomatedTester
authored andcommitted
initial commit
1 parent a9f646a commit 7262726

File tree

10 files changed

+13624
-5989
lines changed

10 files changed

+13624
-5989
lines changed

javascript/grid-ui/jest.config.js

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export default {
2+
roots: [
3+
"<rootDir>/src"
4+
],
5+
testMatch: [
6+
"<rootDir>/src/tests/*.test.ts",
7+
],
8+
transform: {
9+
"^.+\\.(ts|tsx)$": "ts-jest"
10+
},
11+
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
12+
snapshotSerializers: ["enzyme-to-json/serializer"],
13+
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
14+
testEnvironment: "node"
15+
}

0 commit comments

Comments
 (0)