fix linter issue
This commit is contained in:
parent
06d606275a
commit
aa9eb3ad66
|
|
@ -493,7 +493,7 @@ Learn more about [parallelism and sharding](../test-parallel.md) with Playwright
|
||||||
import { defineConfig } from '@playwright/test';
|
import { defineConfig } from '@playwright/test';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
shardingSeed: "string value"
|
shardingSeed: 'string value'
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue