playwright-demo/.mocharc.json

4 lines
66 B
JSON
Raw Permalink Normal View History

2021-05-27 15:25:25 +08:00
{
"require":"ts-node/register",
"spec":"./tests/**/*.ts"
}