diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-06 19:04:11 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-06 19:04:11 +0530 |
| commit | 6ee30757cf9946074e2b5bb29a59b299fc48d0d8 (patch) | |
| tree | 02a35760b8d48a7484cbe948209bb6f9a49dd7a1 /jest.config.js | |
| parent | b08b6b8acdd22607ea86b89000589e71b6b20cc4 (diff) | |
| download | elxr-6ee30757cf9946074e2b5bb29a59b299fc48d0d8.tar.gz elxr-6ee30757cf9946074e2b5bb29a59b299fc48d0d8.zip | |
chore: test setup
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..3e889da --- /dev/null +++ b/jest.config.js @@ -0,0 +1,6 @@ +module.exports = { + roots: ['<rootDir>/tests'], + transform: { + '^.+\\.(ts|tsx)$': 'ts-jest' + }, +} |
