From 6ee30757cf9946074e2b5bb29a59b299fc48d0d8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 6 Jan 2022 19:04:11 +0530 Subject: chore: test setup --- jest.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jest.config.js (limited to 'jest.config.js') 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: ['/tests'], + transform: { + '^.+\\.(ts|tsx)$': 'ts-jest' + }, +} -- cgit v1.3.1