Skip to content

Commit 2f43834

Browse files
committed
Fix: Format code with prettier
1 parent 3b5d793 commit 2f43834

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

vite-iwa-template/tests/e2e-tests.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as wbnSign from "wbn-sign";
44
import * as fs from "fs";
55

66
/*
7-
If you want to debug E2E tests, you will need to either create a custom debug launch configuration
7+
If you want to debug E2E tests, you will need to create a custom debug launch configuration
88
https://code.visualstudio.com/docs/debugtest/debugging-configuration
99
1010
Alternatively, you can use a test runner extension.
@@ -21,7 +21,7 @@ describe("E2E Tests", () => {
2121
manifestID = wbnSign.getBundleId(bundleContent);
2222

2323
browser = await puppeteer.launch({
24-
executablePath: puppeteer.executablePath('chrome'),
24+
executablePath: puppeteer.executablePath("chrome"),
2525
headless: false,
2626
pipe: true,
2727
args: ["--enable-features=IsolatedWebApps,IsolatedWebAppDevMode"],

webpack-iwa-template/tests/e2e-tests.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as wbnSign from "wbn-sign";
44
import * as fs from "fs";
55

66
/*
7-
If you want to debug E2E tests, you will need to either create a custom debug launch configuration
7+
If you want to debug E2E tests, you will need to create a custom debug launch configuration
88
https://code.visualstudio.com/docs/debugtest/debugging-configuration
99
1010
Alternatively, you can use a test runner extension.
@@ -21,7 +21,7 @@ describe("E2E Tests", () => {
2121
manifestID = wbnSign.getBundleId(bundleContent);
2222

2323
browser = await puppeteer.launch({
24-
executablePath: puppeteer.executablePath('chrome'),
24+
executablePath: puppeteer.executablePath("chrome"),
2525
headless: false,
2626
pipe: true,
2727
args: ["--enable-features=IsolatedWebApps,IsolatedWebAppDevMode"],

0 commit comments

Comments
 (0)