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

Fix #369 - Support non-js langs with --require #828

Merged
merged 1 commit into from
Jun 26, 2013
Merged

Conversation

mal
Copy link
Contributor

@mal mal commented Apr 28, 2013

Allows --require to make use of --compilers. Such that any files can be required, when using the appropriate compiler.

Comes with a test to ensure that --require functions as expected, and retains order of execution for included scripts.

Fixes #369.

@bitwiseman
Copy link
Contributor

Unit test to show it in action?

@mal
Copy link
Contributor Author

mal commented May 31, 2013

@bitwiseman good call; added 👍

@mal
Copy link
Contributor Author

mal commented Jun 25, 2013

Rebased onto current master.

tj added a commit that referenced this pull request Jun 26, 2013
Fix #369 - Support non-js langs with --require
@tj tj merged commit 196b8e9 into mochajs:master Jun 26, 2013
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

Successfully merging this pull request may close these issues.

--require doesn't support non-js langs
3 participants