Skip to content

Commit

Permalink
Update focus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis authored Jun 12, 2018
1 parent e551d1e commit 4e305f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __tests__/commands/install/focus.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@ test.concurrent('focus work even when the workspace root also depends on other w

// If there's one in example-yarn-workspace-1, it also has to be materialized
if (await fs.exists(path.join(config.cwd, 'node_modules', 'example-yarn-workspace-2'))) {
expect(
await existAndIsMaterialized(path.join(config.cwd, 'node_modules', 'example-yarn-workspace-2')),
).toBeTruthy();
await existAndIsMaterialized(path.join(config.cwd, 'node_modules', 'example-yarn-workspace-2'));
}
},
);
Expand Down

0 comments on commit 4e305f4

Please sign in to comment.