chore: bend fixture types to please ts
This commit is contained in:
parent
8e02ef2f12
commit
b0f7cd9394
|
|
@ -254,8 +254,8 @@ type Fixtures = {
|
|||
};
|
||||
|
||||
export const test = base
|
||||
.extend<CommonFixtures, CommonWorkerFixtures>(commonFixtures)
|
||||
.extend<ServerFixtures, ServerWorkerOptions>(serverFixtures)
|
||||
.extend<CommonFixtures, CommonWorkerFixtures>(commonFixtures as any)
|
||||
.extend<ServerFixtures, ServerWorkerOptions>(serverFixtures as any)
|
||||
.extend<Fixtures>({
|
||||
writeFiles: async ({}, use, testInfo) => {
|
||||
await use(files => writeFiles(testInfo, files, false));
|
||||
|
|
|
|||
Loading…
Reference in a new issue