diff options
| author | Marin Ivanov <[email protected]> | 2019-04-26 02:40:41 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2019-04-26 03:08:02 +0300 |
| commit | c5183ad3d99fd7b0e4208a257da51445c53f69a6 (patch) | |
| tree | b0c7afc923d9316676345bba098f63839c798a91 /jest.config.js | |
| parent | bcbe1632ca93553d12d793eb45726fda125c8a14 (diff) | |
Rename {mitt => nitt}
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..4a5b465 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,4 @@ +module.exports = { + preset: 'ts-jest', + testEnvironment: 'node', +}; |
