Skip to content

Commit

Permalink
Merge pull request #129 from replayio/filip/dev-420-playwright-setup-…
Browse files Browse the repository at this point in the history
…typescript-error

fix highlights
  • Loading branch information
filiphric authored May 1, 2024
2 parents 407c293 + 320f960 commit 4f1722c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bun install @replayio/playwright -D

## Update your configuration

```js {% fileName="playwright.config.ts" highlight=[2,"7-11","16-19"] lineNumbers=true %}
```js {% fileName="playwright.config.ts" highlight=[2,"6-12","16-19"] lineNumbers=true %}
import { PlaywrightTestConfig, devices } from '@playwright/test'
import { devices as replayDevices } from '@replayio/playwright'

Expand Down

0 comments on commit 4f1722c

Please sign in to comment.