UNPKG

srvc

Version:

Micro-services framework

9 lines (7 loc) 224 B
var assert = require('assert') , clstr = require('..').clstr; describe('cluster module', function() { it.skip('should start a given number of workers', function() { // TODO test cluster in mocha }); });