Move and refactor fs tests

This commit is contained in:
Asher
2019-02-19 14:21:04 -06:00
parent 2889b3fede
commit d80f82ab98
11 changed files with 726 additions and 682 deletions

View File

@@ -23,7 +23,7 @@
],
"moduleNameMapper": {
"^.+\\.(s?css|png|svg)$": "<rootDir>/../scripts/dummy.js",
"@coder/(.*)/testing": "<rootDir>/$1/testing",
"@coder/(.*)/test": "<rootDir>/$1/test",
"@coder/(.*)": "<rootDir>/$1/src"
},
"transform": {