run lint (again)

This commit is contained in:
Mathias Leppich 2024-05-15 11:02:12 +02:00
parent aa9eb3ad66
commit d2beee3ea6

View file

@ -1424,7 +1424,7 @@ interface TestConfig<TestArgs = {}, WorkerArgs = {}> {
* import { defineConfig } from '@playwright/test';
*
* export default defineConfig({
* shardingSeed: "string value"
* shardingSeed: 'string value'
* });
* ```
*