Skip to content

Commit bb0173a

Browse files
committed
#78 is actually fixed too
1 parent 618f5cb commit bb0173a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/commands/install.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,7 @@ async () => {
677677
});
678678
});
679679

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)",
680+
test.only("[network] install --save should update a dependency to fbkpm and mirror (PR import scenario 2)",
682681
async () => {
683682
// mime-types@2.0.0 is saved in local mirror and gets updated to mime-types@2.1.11 via
684683
// a change in package.json,

0 commit comments

Comments
 (0)