Skip to content

Commit 48bf538

Browse files
committed
Update projects.ts
1 parent 4b2f96d commit 48bf538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-tests/playwright/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* - package.json scripts for local development
1111
*/
1212

13-
import projectsJson from "./projects.json";
13+
import projectsJson from "./projects.json" with { type: "json" };
1414

1515
export const PW_PROJECT = projectsJson as {
1616
readonly SMOKE_TEST: string;

0 commit comments

Comments
 (0)