Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-01-15 21:09:12 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-01-15 21:09:12 +0300
commit6cedf487955af901ed81a790b4c59bc7e028ff0e (patch)
tree4510a53b5c8b491039ecb90d7a332da7a05e8332 /package.json
parentf17aece591ae200ce3bc187f39fa560c5c58ee51 (diff)
fix jest dirs
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 232afdb..ad93f55 100644
--- a/package.json
+++ b/package.json
@@ -78,14 +78,14 @@
"webpack-cli": "4.9.1"
},
"jest": {
- "rootDir": "webpack",
+ "rootDir": "assets",
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules",
- "webpack"
+ "assets"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",