UNPKG

linenumber

Version:

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

11 lines (10 loc) 195 B
module.exports = { options: { reporter: 'spec', ui: 'mocha-given', require: 'coffee-script/register' }, test: { src: ['test/helpers/chai.coffee', 'test/**/*.coffee'] } };