Skip to content

Commit

Permalink
fix(test): duplicate manual mock found: fs
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Apr 14, 2020
1 parent 0a76036 commit 986b505
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"lerna": "^3.18.4",
"lint-staged": "^10.1.2",
"lodash": "^4.17.15",
"memfs": "^3.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"puppeteer-core": "^2.1.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/react-fs/__mocks__/fs.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/react-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"devDependencies": {
"@types/react-reconciler": "^0.18.0",
"memfs": "3.1.2",
"react": "16.13.0"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/resolve": "^1.14.0",
"memfs": "^3.1.2"
"@types/resolve": "^1.14.0"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7282,7 +7282,7 @@ md5.js@^1.3.4:
inherits "^2.0.1"
safe-buffer "^5.1.2"

memfs@3.1.2, memfs@^3.1.2:
memfs@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.1.2.tgz#2bb51600dacec67ed35677b1185abb708b7d2ad6"
integrity sha512-YubKuE+RGSdpZcRq2Nih8HcHj3LrqndsDFNB9IFjrgwzdM4eq+fImlDMfNm/HdRhYRkLdUecHGIpdz+wyrqlDg==
Expand Down

0 comments on commit 986b505

Please sign in to comment.