diff options
Diffstat (limited to 'test/async-hooks/test-fseventwrap.js')
-rw-r--r-- | test/async-hooks/test-fseventwrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-fseventwrap.js b/test/async-hooks/test-fseventwrap.js index 6092856287..12a439f803 100644 --- a/test/async-hooks/test-fseventwrap.js +++ b/test/async-hooks/test-fseventwrap.js @@ -11,7 +11,7 @@ if (!common.isMainThread) common.skip('Worker bootstrapping works differently -> different async IDs'); if (common.isIBMi) - common.skip('IBMi does not suppport fs.watch()'); + common.skip('IBMi does not support fs.watch()'); const hooks = initHooks(); |