summaryrefslogtreecommitdiff
path: root/core/jest.config.js
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-02-09 01:31:39 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-02-09 01:31:39 -0800
commitcc3c82a0b2816a4e1601d237a130cf7bae953335 (patch)
treedf65babf3a3870de2bc706b43efd815721a83044 /core/jest.config.js
parent7aa0d4141516cf03e332d70e374f46f35ea09f76 (diff)
Blah
Diffstat (limited to 'core/jest.config.js')
-rw-r--r--core/jest.config.js6
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'
+}