UNPKG

linenumber

Version:

Get the line number of one or more matches in a file

10 lines (9 loc) 313 B
module.exports = { mocha: ['mochaTest:test'], test: ['jshint:all', 'mocha', 'testem:ci:browser'], 'default': ['jshint:all', 'mocha', 'browser'], coverage: ['istanbul:unit', 'open:coverage'], ci: ['test', 'travis'], browser: 'testem:run:browser', build: ['clean:dist', 'copy:dist', 'uglify:dist'] };