aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-05-12 16:34:53 -0700
committerLibravatar GitHub <noreply@github.com>2022-05-12 23:34:53 +0000
commitcc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d (patch)
tree73fd8c74939bda1ead888d6b6dccbdf68646fabb /tsconfig.json
parentfix: preload script detection in unit tests (diff)
downloadferdium-app-cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d.tar.gz
ferdium-app-cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d.tar.zst
ferdium-app-cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d.zip
Add Unit Testing for `url-helpers.ts`; Moved all tests into single pattern so they are run as a suite (#112)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 58bd1e837..ae0d6083f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,7 @@
10 "jsx": "react-jsx", 10 "jsx": "react-jsx",
11 "typeRoots": ["@types", "node_modules/@types"], 11 "typeRoots": ["@types", "node_modules/@types"],
12 "moduleResolution": "node", 12 "moduleResolution": "node",
13 "types": ["node", "mocha"], 13 "types": ["node", "jest"],
14 "sourceMap": true, 14 "sourceMap": true,
15 "skipLibCheck": true, 15 "skipLibCheck": true,
16 // TODO: Need to switch 16 // TODO: Need to switch