playwright/jest.config.json

6 lines
99 B
JSON
Raw Normal View History

{
"runner": "./jest-runner.js",
"rootDir": "./test/",
"testMatch": ["**/?(*.)spec.[jt]s"]
}