diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-10-31 09:43:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 16:43:04 +0000 |
| commit | 646afdf259e9e25b59c5305aff231e131ea2fc52 (patch) | |
| tree | 95a886cf8129d9c53e9703bcb70cb0aed621aa2b /cli/tests/node_compat/config.jsonc | |
| parent | e4308aebc0a060e7210362e576e792e558384c24 (diff) | |
chore: use kqueue backend of notify on macOS (#21028)
Towards #20996
"macos_fsevent" feature of notify links us to CoreFoundation on macOS.
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
| -rw-r--r-- | cli/tests/node_compat/config.jsonc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc index 93a51b671..85a5818e5 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -70,6 +70,7 @@ "test-fs-open.js", "test-fs-opendir.js", "test-fs-rmdir-recursive.js", + "test-fs-watchfile.js", "test-fs-write-file.js", "test-fs-write.js", "test-http-url.parse-https.request.js", |
