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

Add mocha compiler options #4

Open
t1gor opened this issue Aug 15, 2017 · 0 comments
Open

Add mocha compiler options #4

t1gor opened this issue Aug 15, 2017 · 0 comments

Comments

@t1gor
Copy link

t1gor commented Aug 15, 2017

Hi.

Thanks a lot for the package first place! Great job.

Nevertheless, I currently have an issue. I am tryint to cover with tests an ES6 jsx app (React). I used to be running tests with npm script:

./node_modules/bin/_mocha 
   --colors 
   --compilers js:babel-register 
   --require babel-polyfill 
   --recursive 
   --reporter mochawesome 
   --harmony 
   test/run-all-tests.js

Is there a way to pass params/options to mocha test runner within phabricator plugin and preserve those? Maybe I missed some line of possible configs ...

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