diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-02-09 01:31:39 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-02-09 01:31:39 -0800 |
commit | cc3c82a0b2816a4e1601d237a130cf7bae953335 (patch) | |
tree | df65babf3a3870de2bc706b43efd815721a83044 /core/jest.config.js | |
parent | 7aa0d4141516cf03e332d70e374f46f35ea09f76 (diff) |
Blah
Diffstat (limited to 'core/jest.config.js')
-rw-r--r-- | core/jest.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/jest.config.js b/core/jest.config.js index 3f878c4..758fa13 100644 --- a/core/jest.config.js +++ b/core/jest.config.js @@ -1,4 +1,4 @@ module.exports = { - preset: "ts-jest", - testEnvironment: "node" -}; + preset: 'ts-jest', + testEnvironment: 'node' +} |