playwright/jest.config.json
Joel Einbinder 040c6a6a41
chore(jest): run tests with jest (#2754)
Experimentally run `npx jest` to run our tests with jest.
2020-07-08 11:13:18 -07:00

6 lines
99 B
JSON

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