Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use transforms like coffeeify in API version #39

Closed
rstormsf opened this issue Nov 6, 2014 · 1 comment
Closed

How to use transforms like coffeeify in API version #39

rstormsf opened this issue Nov 6, 2014 · 1 comment

Comments

@rstormsf
Copy link

rstormsf commented Nov 6, 2014

My gulp task in CoffeeScript

gulp = require 'gulp'
mochify = require 'mochify'

gulp.task 'test', ->
  mochify './tests/**.coffee',
          cover: true
          transform: 'coffeeify'
@rstormsf
Copy link
Author

rstormsf commented Nov 6, 2014

got it working.
Basically, you don't set default options if I provide at least 1 option.

          watch: false
          cover: false
          node: false
          transform: 'coffeeify'
          reporter: 'dot'

with these options it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant