Skip to content

Commit

Permalink
fix playwright config import error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibortosic00 committed Oct 23, 2023
1 parent b2b6297 commit a776920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PlaywrightTestConfig } from '@playwright/test'
import { devices } from '@playwright/test'
import os from 'os'
import * as os from 'os'

const projects = [
{
Expand Down

0 comments on commit a776920

Please sign in to comment.