Skip to content

Commit 5aad339

Browse files
import type from "node:process"
1 parent 6e6d076 commit 5aad339

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/api/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig, devices } from "@playwright/test";
2-
import nodeProcess from "node:process";
2+
import type nodeProcess from "node:process";
33

44
declare const process: typeof nodeProcess;
55

examples/api/e2e/playwright.dev.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig, devices } from "@playwright/test";
2-
import nodeProcess from "node:process";
2+
import type nodeProcess from "node:process";
33

44
declare const process: typeof nodeProcess;
55

examples/create-next-app/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig, devices } from "@playwright/test";
2-
import nodeProcess from "node:process";
2+
import type nodeProcess from "node:process";
33

44
declare const process: typeof nodeProcess;
55

examples/middleware/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig, devices } from "@playwright/test";
2-
import nodeProcess from "node:process";
2+
import type nodeProcess from "node:process";
33

44
declare const process: typeof nodeProcess;
55

examples/middleware/e2e/playwright.dev.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig, devices } from "@playwright/test";
2-
import nodeProcess from "node:process";
2+
import type nodeProcess from "node:process";
33

44
declare const process: typeof nodeProcess;
55

0 commit comments

Comments
 (0)