Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
test: remove open folder execution for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SSen committed May 30, 2020
1 parent 12f96e4 commit 253a64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@react-zeroconfig/packages/__tests__/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('build()', () => {
expect('react' in externalPackages).toBeTruthy();

await exec(`npm install`, { cwd });
await exec(`open ${cwd}`);
//await exec(`open ${cwd}`);

await build({
cwd,
Expand Down

0 comments on commit 253a64e

Please sign in to comment.