summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-06 19:04:11 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-06 19:04:11 +0530
commit6ee30757cf9946074e2b5bb29a59b299fc48d0d8 (patch)
tree02a35760b8d48a7484cbe948209bb6f9a49dd7a1 /jest.config.js
parentb08b6b8acdd22607ea86b89000589e71b6b20cc4 (diff)
downloadelxr-6ee30757cf9946074e2b5bb29a59b299fc48d0d8.tar.gz
elxr-6ee30757cf9946074e2b5bb29a59b299fc48d0d8.zip
chore: test setup
Diffstat (limited to '')
-rw-r--r--jest.config.js6
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'
+ },
+}