From f129d1d6e8f03e586952d8c792c8e085ae7bca85 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 6 Jan 2022 21:08:12 +0530 Subject: feat: basic parser --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index 3e889da..01b5ff1 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - roots: ['/tests'], + roots: ['/tests', '/src'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, -- cgit v1.3.1