mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Clean up cluster tests and wrap in namespace
This commit is contained in:
@@ -902,7 +902,7 @@ childProcess.spawnSync("echo test");
|
||||
/// cluster tests: https://nodejs.org/api/cluster.html ///
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace os_tests {
|
||||
namespace clusters_tests {
|
||||
{
|
||||
cluster.fork();
|
||||
Object.keys(cluster.workers).forEach(key => {
|
||||
|
||||
Reference in New Issue
Block a user