summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-20 01:46:41 +0300
committerValentin Popov <info@valentineus.link>2019-08-20 01:46:41 +0300
commit22989465538f64e86fe5ac0235e322133b95056c (patch)
tree7c4f1f92310562e8087e3314dc2beac4661b3be1 /jest.config.js
parenta6b4bc15ebcfc3aa358fcfc95967da56381f0603 (diff)
downloadelectron-hot-reload-22989465538f64e86fe5ac0235e322133b95056c.tar.xz
electron-hot-reload-22989465538f64e86fe5ac0235e322133b95056c.zip
Initial test application
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 0000000..6d89c25
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,8 @@
+module.exports = {
+ roots: [
+ "./test",
+ ],
+ transform: {
+ "^.+\\.tsx?$": "ts-jest",
+ },
+};