Skip to content

Commit

Permalink
chore(jest-std.json): fixed moduleNameMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent 84682ac commit 618a853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/jest-std.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"silent": true,
"rootDir": "../",
"testPathIgnorePatterns": ["/node_modules/", "/test/performance/"],
"moduleDirectories": [
"../",
"../node_modules"
],
"moduleNameMapper": {
"@lib(.*)$": "<rootDir>/lib/$1",
"@dist(.*)$": "<rootDir>/dist/$1",
Expand Down

0 comments on commit 618a853

Please sign in to comment.