chore: enable @typescript-eslint/no-floating-promises rule (#260)
This commit is contained in:
parent
586492a3f0
commit
b9dc323734
5 changed files with 12 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ export const test = baseTest.extend<TestFixtures, WorkerFixtures>({
|
|||
const userDataDir = testInfo.outputPath('user-data-dir');
|
||||
let client: StdioClientTransport | undefined;
|
||||
|
||||
use(async options => {
|
||||
await use(async options => {
|
||||
const args = ['--user-data-dir', userDataDir];
|
||||
if (mcpHeadless)
|
||||
args.push('--headless');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue