Lines Matching refs:watch
80 const kFilterArgs = ['--test', '--experimental-test-coverage', '--watch'];
421 opts.root.reporter[kEmitMessage]('test:watch:drained');
488 const { concurrency, timeout, signal, files, inspectPort, watch, setup, only } = options;
493 if (watch != null) {
494 validateBoolean(watch, 'options.watch');
511 if (watch) {
512 throw new ERR_INVALID_ARG_VALUE('options.shard', watch, 'shards not supported with watch mode');
545 if (watch) {