fix: esm test case

This commit is contained in:
DarkSky
2023-01-09 12:20:53 +08:00
parent c7409bef84
commit 1cb83e4bdb
20 changed files with 40 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
import { test, expect } from '@playwright/test';
import { loadPage } from './libs/load-page';
import { loadPage } from './libs/load-page.js';
loadPage();