Skip to content

Commit

Permalink
FIX(PRETTIER): fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Jul 29, 2023
1 parent 16e407f commit 3c6a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/home/home.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Home Page', () => {

beforeAll(async () => {
browser = await puppeteer.launch({
headless: "new",
headless: 'new',
ignoreHTTPSErrors: true,
args: ['--incognito', '--disable-web-security'],
devtools: false,
Expand Down

0 comments on commit 3c6a16c

Please sign in to comment.