mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 10:29:48 +02:00
fix playwright config import error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { PlaywrightTestConfig } from '@playwright/test'
|
import { PlaywrightTestConfig } from '@playwright/test'
|
||||||
import { devices } from '@playwright/test'
|
import { devices } from '@playwright/test'
|
||||||
import os from 'os'
|
import * as os from 'os'
|
||||||
|
|
||||||
const projects = [
|
const projects = [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user