Skip to content

Commit

Permalink
moved __mocks__ down into src
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Dec 21, 2018
1 parent 8dc1fb5 commit 23676fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
moduleDirectories: ["node_modules", "<rootDir>"],
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
moduleNameMapper: {
"\\.(css|less|s(c|a)ss)$": "<rootDir>/../__mocks__/style.ts",
"\\.(css|less|s(c|a)ss)$": "<rootDir>/../src/__mocks__/style.ts",
"@/(.*)": "<rootDir>/$1"
},
rootDir: "src",
Expand Down
File renamed without changes.

0 comments on commit 23676fb

Please sign in to comment.