// Test --test --watch --test-isolation=process 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', isolation: 'process' });