summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-21 23:21:53 +0300
committerValentin Popov <info@valentineus.link>2019-08-21 23:23:28 +0300
commit24f924e24eb3e10581e0d9216b0848420c84d59d (patch)
treee48bd829a48b7ce42e113558f2578f5c6687ecae /jest.config.js
parent9c57d101f0181aa134190edb0b2e7aabdba1151f (diff)
downloadelectron-hot-reload-24f924e24eb3e10581e0d9216b0848420c84d59d.tar.xz
electron-hot-reload-24f924e24eb3e10581e0d9216b0848420c84d59d.zip
Added 'LICENSE.txt' and 'README.md' files
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/jest.config.js b/jest.config.js
deleted file mode 100644
index 6d89c25..0000000
--- a/jest.config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
- roots: [
- "./test",
- ],
- transform: {
- "^.+\\.tsx?$": "ts-jest",
- },
-};