Skip to content

Commit c0326da

Browse files
committed
test: skip testing --watch with --import
1 parent 05d6087 commit c0326da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/parallel/test-watch-mode.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ describe('watch mode', { concurrency: false, timeout: 60_0000 }, () => {
223223
].join('\n'));
224224
});
225225

226-
it('should not load --import modules in main process', async () => {
226+
it('should not load --import modules in main process', {
227+
skip: 'enable once --import is backported',
228+
}, async () => {
227229
const file = createTmpFile('');
228230
const imported = fixtures.fileURL('watch-mode/process_exit.js');
229231
const args = ['--import', imported, file];

0 commit comments

Comments
 (0)