summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 15:45:07 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 15:45:07 -0800
commitbe7f8d0d1b4e5a5a17a8aa30fe370c1c8a03a905 (patch)
treef735dd7a9db78393cb1b61ced6cc2d08b5be89b4 /core
parent454ae1f1c1cdac8269fdbef9d1d8261341533c52 (diff)
Move jest config to core package
Diffstat (limited to 'core')
-rw-r--r--core/jest.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/jest.config.js b/core/jest.config.js
new file mode 100644
index 0000000..3f878c4
--- /dev/null
+++ b/core/jest.config.js
@@ -0,0 +1,4 @@
+module.exports = {
+ preset: "ts-jest",
+ testEnvironment: "node"
+};