Skip to content

Commit dc8d9f2

Browse files
committedDec 13, 2019
Upgrade to yarn/jest
1 parent d9373be commit dc8d9f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+7323
-6239
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
lib
44
*.DS_Store
55
.vscode
6+
.cache

‎jest.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
cacheDirectory: ".cache/jest",
3+
clearMocks: true,
4+
roots: ["test"]
5+
};

0 commit comments

Comments
 (0)
Please sign in to comment.