blob: 210d2a87f82666de3b3b205459e280082e25d91d [file] [edit]
// Test --test --watch --test-isolation=none does not throw when deleting a watched test file
import '../common/index.mjs';
import { skipIfNoWatch, refreshForTestRunnerWatch, testRunnerWatch } from '../common/watch.js';
skipIfNoWatch();
refreshForTestRunnerWatch();
await testRunnerWatch({ fileToUpdate: 'test.js', action: 'delete', isolation: 'none' });