UNPKG

@vladholubiev/generator-nm

Version:

Scaffold out a node module with jest, yarn and wallaby

6 lines (4 loc) 103 B
const m = require('.'); it('should export a module', () => { expect(m).toBeInstanceOf(Function); });