We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618f5cb commit bb0173aCopy full SHA for bb0173a
test/commands/install.js
@@ -677,8 +677,7 @@ async () => {
677
});
678
679
680
-// TODO https://github.com/facebook/fbkpm/issues/78
681
-test.failing("[network] install --save should update a dependency to fbkpm and mirror (PR import scenario 2)",
+test.only("[network] install --save should update a dependency to fbkpm and mirror (PR import scenario 2)",
682
async () => {
683
// mime-types@2.0.0 is saved in local mirror and gets updated to mime-types@2.1.11 via
684
// a change in package.json,
0 commit comments