| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,16 @@ | |||
| 1 | 1 | // Flags: --expose-internals | |
| 2 | - import '../common/index.mjs'; | ||
| 2 | + import * as common from '../common/index.mjs'; | ||
| 3 | 3 | import path from 'node:path'; | |
| 4 | 4 | import { describe, it } from 'node:test'; | |
| 5 | 5 | import { spawn } from 'node:child_process'; | |
| 6 | 6 | import { writeFileSync } from 'node:fs'; | |
| 7 | 7 | import util from 'internal/util'; | |
| 8 | 8 | import tmpdir from '../common/tmpdir.js'; | |
| 9 | 9 | ||
| 10 | + | ||
| 11 | + if (common.isIBMi) | ||
| 12 | + common.skip('IBMi does not support `fs.watch()`'); | ||
| 13 | + | ||
| 10 | 14 | tmpdir.refresh(); | |
| 11 | 15 | ||
| 12 | 16 | // This test updates these files repeatedly, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments