fix linter issue

This commit is contained in:
Mathias Leppich 2024-05-15 10:50:27 +02:00
parent 06d606275a
commit aa9eb3ad66

View file

@ -493,7 +493,7 @@ Learn more about [parallelism and sharding](../test-parallel.md) with Playwright
import { defineConfig } from '@playwright/test';
export default defineConfig({
shardingSeed: "string value"
shardingSeed: 'string value'
});
```