Skip to content

doc,test: enable recursive file watching in Windows

Recursive file watching is supported by libuv since 1.7.0. Refer https://github.com/nodejs/node/blob/master/deps/uv/ChangeLog#L126. This patch notes that in the docs and enables testing this feature. It also adds proper TAP plugin parsable message for other platforms.

CI Run: https://ci.nodejs.org/job/node-test-pull-request/233/

Merge request reports

Loading