Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dontbyte authored Aug 21, 2024
1 parent 21a2fc2 commit 0e69ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('getCoverImage', () => {

beforeAll(async () => {
browser = await puppeteer.launch({
headless: 'true,
headless: true,
executablePath: execPath,
});
page = await browser.newPage();
Expand Down

0 comments on commit 0e69ad6

Please sign in to comment.