playwright-test-coverage-native
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import type { PlaywrightTestConfig as BasePlaywrightTestConfig } from "@playwright/test"; | ||
import type { PlaywrightTestConfig as BasePlaywrightTestConfig, test as originalTest } from "@playwright/test"; | ||
@@ -17,2 +17,4 @@ export type PlaywrightTestConfig<T = {}, W = {}> = Omit<BasePlaywrightTestConfig<T, W>, "use"> & { | ||
export const test: typeof originalTest; | ||
export { expect, devices } from "@playwright/test"; |
{ | ||
"name": "playwright-test-coverage-native", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Extends Playwright for measuring code-coverage (built-in v8 coverage, no Istanbul)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
5959
1.07%43
2.38%