blob: aecb712d47a2371c9bea2fdcf9274a27cbcc0960 [file] [edit]
// Test run({ watch: true }) supports a watched test file rename
import '../common/index.mjs';
import { skipIfNoWatch, refreshForTestRunnerWatch, testRunnerWatch } from '../common/watch.js';
skipIfNoWatch();
refreshForTestRunnerWatch();
await testRunnerWatch({ fileToUpdate: 'test.js', action: 'rename', useRunApi: true });