summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-09-29 23:49:10 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-02 11:27:20 +0100
commit08d12e500952dfca9730f6b4ab0255f3805f6452 (patch)
tree5a321ed7471a9eb69d87ea2405488c736f2b3872 /tsconfig.json
parentfe62ff20112540abee74424680dbe70dfbbdb955 (diff)
running single test
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 242c27b7e..492bbd7c9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -18,6 +18,8 @@
"baseUrl": ".",
"types": [
"webpack-env",
+ "jest",
+ "node"
// TODO: Add these back when we add unit testing
// "mocha",
// "chai"