diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-06 21:08:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-06 21:08:12 +0530 |
| commit | f129d1d6e8f03e586952d8c792c8e085ae7bca85 (patch) | |
| tree | d9957ad3c42f886748cb6007451cba8b5f566d49 /jest.config.js | |
| parent | 6ee30757cf9946074e2b5bb29a59b299fc48d0d8 (diff) | |
| download | elxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.tar.gz elxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.zip | |
feat: basic parser
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: ['<rootDir>/tests'], + roots: ['<rootDir>/tests', '<rootDir>/src'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, |
