Skip to content

Commit

Permalink
test: skip testing --watch with --import
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Sep 7, 2022
1 parent 4b96a0c commit 39bdc8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/parallel/test-watch-mode.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ describe('watch mode', { concurrency: false, timeout: 60_0000 }, () => {
].join('\n'));
});

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

0 comments on commit 39bdc8e

Please sign in to comment.