Skip to content

Commit 06c7802

Browse files
author
Oleksandr_Halichenko
committed
single import of qavajs core
1 parent 5aee26d commit 06c7802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/steps.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import { When, IWorld } from '@qavajs/core';
1+
import { type MemoryValue, When, IWorld } from '@qavajs/core';
22
// @ts-ignore
33
const lighthouseModule = import('lighthouse').then(module => module.default);
44
// @ts-ignore
55
import type { Flags, Config } from 'lighthouse';
66
import { playwrightAdapter, wdioAdapter } from './adapter';
7-
import {MemoryValue} from "@qavajs/core";
87

98
async function audit(world: IWorld, config?: Config) {
109
const page = world.playwright

0 commit comments

Comments
 (0)