UNPKG

window-mock

Version:

A light-weight window mock for Node/io.js unit-testing

9 lines (8 loc) 114 B
module.exports = { build: { command: 'npm run-script compile' }, test: { command: 'npm test' } };