Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed May 30, 2024
1 parent a73378a commit 36a7265
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ describe('Quickstart', () => {
});

it('should run quickstart', async () => {
const output = execSync(
`node ./quickstart.js providers/${projectId}`,
{cwd}
);
const output = execSync(`node ./quickstart.js providers/${projectId}`, {
cwd,
});
assert(output !== null);
});
});

0 comments on commit 36a7265

Please sign in to comment.