Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
raju249 authored and AutomatedTester committed Nov 23, 2020
1 parent a9f646a commit 7262726
Show file tree
Hide file tree
Showing 10 changed files with 13,624 additions and 5,989 deletions.
15 changes: 15 additions & 0 deletions javascript/grid-ui/jest.config.js
@@ -0,0 +1,15 @@
export default {
roots: [
"<rootDir>/src"
],
testMatch: [
"<rootDir>/src/tests/*.test.ts",
],
transform: {
"^.+\\.(ts|tsx)$": "ts-jest"
},
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
snapshotSerializers: ["enzyme-to-json/serializer"],
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
testEnvironment: "node"
}

0 comments on commit 7262726

Please sign in to comment.