UNPKG
opted
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Stringify an object to command line options
github.com/tandrewnichols/opted
tandrewnichols/opted
opted
/
tasks
/
mochaTest.js
11 lines
(10 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { options: { reporter:
'spec'
, ui:
'mocha-given'
, require: [
'should'
,
'coffee-script/register'
] }, test: { src: [
'test/**/*.coffee'
] } };