MCPcopy Index your code
hub / github.com/nodejs/node / skipIfNoWatch

Function skipIfNoWatch

test/common/watch.js:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9const { setTimeout } = require('node:timers/promises');
10
11function skipIfNoWatch() {
12 if (common.isIBMi) {
13 common.skip('IBMi does not support `fs.watch()`');
14 }
15
16 if (common.isAIX) {
17 common.skip('folder watch capability is limited in AIX.');
18 }
19}
20
21function skipIfNoWatchModeSignals() {
22 if (common.isWindows) {

Calls 1

skipMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…