style: fix linting issues met Prettier
This commit is contained in:
parent
0154af4de8
commit
a74e786da2
5 changed files with 139 additions and 136 deletions
|
@ -1,5 +1,5 @@
|
|||
import { test, expect } from './fixtures.js';
|
||||
import { test, expect } from "./fixtures.js";
|
||||
|
||||
test('myTest', async ({ page }) => {
|
||||
await expect(page).toHaveURL('/');
|
||||
test("myTest", async ({ page }) => {
|
||||
await expect(page).toHaveURL("/");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue