geo/frontend/e2e/playwright.d.ts

8 lines
134 B
TypeScript

import "@playwright/test";
declare global {
const describe: jest.Describe;
const test: jest.Test;
const expect: jest.Expect;
}