1.0.0 • Published 3 years ago

suppress-experimental v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

suppress-experimental NPM Version

Block Node.js experimental warnings from the current process

Usage

Get node.js to require this module before any code which would emit experimental warnings. The best way is to add --require=suppress-experimental to the NODE_OPTIONS environment.

Target Use Case

This module is intended for use during testing. This is especially useful when you have a large number of test files each running in separate processes.

Feature Complete

This module is feature complete and has no dependencies. Future updates are very unlikely.

1.0.0

3 years ago