diff options
Diffstat (limited to 'envshare/jest.config.js')
| -rw-r--r-- | envshare/jest.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/envshare/jest.config.js b/envshare/jest.config.js new file mode 100644 index 0000000..9c8fae4 --- /dev/null +++ b/envshare/jest.config.js @@ -0,0 +1,6 @@ +/** @type {import('ts-jest').JestConfigWithTsJest} */ +module.exports = { + preset: "ts-jest", + testEnvironment: "node", + injectGlobals: false, +}; |
