mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
7 lines
131 B
CoffeeScript
7 lines
131 B
CoffeeScript
module.exports =
|
|
test:
|
|
options:
|
|
reporter: 'spec'
|
|
require: 'coffee-script/register'
|
|
src: ['test/**/*.coffee']
|