mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-13 23:57:09 +00:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import { defineConfig } from "@playwright/test";
|
|
|
|
export default defineConfig({
|
|
testMatch: ["**/*.spec.ts"],
|
|
});
|