blob: b0a45d206f87acf2a7ba9dc9e769d8997e32687e [file] [edit]
// Test run({ watch: true }) runs tests with dependency repeatedly
import '../common/index.mjs';
import { skipIfNoWatch, refreshForTestRunnerWatch, testRunnerWatch } from '../common/watch.js';
skipIfNoWatch();
refreshForTestRunnerWatch();
await testRunnerWatch({ file: 'test.js', fileToUpdate: 'dependency.js', useRunApi: true });