UNPKG

node-clusterprocess

Version:

Wrapper around Node.js' cluster module for zero-downtime deployment of Node.js Apps. By entrecode.

10 lines (7 loc) 218 B
const chai = require('chai'); const expect = chai.expect; describe('basic test of testing library', () => { it('test that javescript is still a little crazy', () => { expect([] + []).to.be.equal(''); }); });