Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jun 30, 2021
1 parent beba4d3 commit 4e65faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ const cwd = path.join(__dirname, '..');
describe('Quickstart', () => {
it('should run quickstart', async () => {
const stdout = execSync('node ./quickstart.js', {cwd});
assert.ok(stdout);
assert.equal(stdout, false);
});
});

0 comments on commit 4e65faa

Please sign in to comment.