mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
9 lines
123 B
JSON
9 lines
123 B
JSON
{
|
|
"watch-ignore": [
|
|
"./test/_test-output",
|
|
"node_modules"
|
|
],
|
|
"require": "ts-node/register",
|
|
"exit": true
|
|
}
|