| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1dbad20 commit 3f4bd94
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -671,7 +671,7 @@ console.log(values.random); | |||
| 671 | 671 | ]); | |
| 672 | 672 | }); | |
| 673 | 673 | ||
| 674 | - it('should run when `--watch --inspect`', async () => { | ||
| 674 | + it('should run when `--watch --inspect`', { skip: !process.features.inspector }, async () => { | ||
| 675 | 675 | const file = createTmpFile(); | |
| 676 | 676 | const args = ['--watch', '--inspect', file]; | |
| 677 | 677 | const { stdout, stderr } = await runWriteSucceed({ file, watchedFile: file, watchFlag: null, args }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments