Skip to content

Commit 118dd3a

Browse files
committed
chore: lint errors
1 parent bebdee4 commit 118dd3a

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

examples/.assets/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ table {
7474
code {
7575
background-color: rgba(70, 94, 105, 0.06);
7676
border-radius: 3px;
77-
font-family:
78-
"Source Code Pro", Consolas, "Liberation Mono", Menlo, Courier, monospace;
77+
font-family: "Source Code Pro", Consolas, "Liberation Mono", Menlo, Courier,
78+
monospace;
7979
font-size: 1.44rem;
8080
margin: 0;
8181
max-width: 100%;

test/e2e/api.test.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,11 @@ describe("API", () => {
463463
pageErrors.push(error);
464464
});
465465

466-
const response = await page.goto(`http://localhost:${devServerPort}/`, {
467-
waitUntil: "networkidle0",
468-
});
466+
const response = await page.goto(`http://localhost:${devServerPort}/`, {
467+
waitUntil: "networkidle0",
468+
});
469469

470-
expect(response.status()).toMatchSnapshot("response status");
470+
expect(response.status()).toMatchSnapshot("response status");
471471

472472
expect(
473473
consoleMessages.map((message) => message.text()),
@@ -512,11 +512,11 @@ describe("API", () => {
512512
pageErrors.push(error);
513513
});
514514

515-
const response = await page.goto(`http://localhost:${devServerPort}/`, {
516-
waitUntil: "networkidle0",
517-
});
515+
const response = await page.goto(`http://localhost:${devServerPort}/`, {
516+
waitUntil: "networkidle0",
517+
});
518518

519-
expect(response.status()).toMatchSnapshot("response status");
519+
expect(response.status()).toMatchSnapshot("response status");
520520

521521
expect(
522522
consoleMessages.map((message) => message.text()),
@@ -561,11 +561,11 @@ describe("API", () => {
561561
pageErrors.push(error);
562562
});
563563

564-
const response = await page.goto(`http://localhost:${devServerPort}/`, {
565-
waitUntil: "networkidle0",
566-
});
564+
const response = await page.goto(`http://localhost:${devServerPort}/`, {
565+
waitUntil: "networkidle0",
566+
});
567567

568-
expect(response.status()).toMatchSnapshot("response status");
568+
expect(response.status()).toMatchSnapshot("response status");
569569

570570
expect(
571571
consoleMessages.map((message) => message.text()),
@@ -611,11 +611,11 @@ describe("API", () => {
611611
pageErrors.push(error);
612612
});
613613

614-
const response = await page.goto(`http://localhost:${devServerPort}/`, {
615-
waitUntil: "networkidle0",
616-
});
614+
const response = await page.goto(`http://localhost:${devServerPort}/`, {
615+
waitUntil: "networkidle0",
616+
});
617617

618-
expect(response.status()).toMatchSnapshot("response status");
618+
expect(response.status()).toMatchSnapshot("response status");
619619

620620
expect(
621621
consoleMessages.map((message) => message.text()),

0 commit comments

Comments
 (0)