diff options
author | Valentin Popov <info@valentineus.link> | 2019-08-21 23:21:53 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-08-21 23:23:28 +0300 |
commit | 24f924e24eb3e10581e0d9216b0848420c84d59d (patch) | |
tree | e48bd829a48b7ce42e113558f2578f5c6687ecae /jest.config.js | |
parent | 9c57d101f0181aa134190edb0b2e7aabdba1151f (diff) | |
download | electron-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.js | 8 |
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", - }, -}; |