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

Fixed to specify test by full path #215

Closed
wants to merge 1 commit into from
Closed

Fixed to specify test by full path #215

wants to merge 1 commit into from

Conversation

kompiro
Copy link

@kompiro kompiro commented Jan 15, 2012

Mocha can't find test file when I specify test file by full path like mocha /home/kompiro/foo/test/bar_test.js.

@@ -159,6 +160,7 @@ try {
require('coffee-script');
re = /\.(js|coffee)$/;
} catch (err) {
console.log(err);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

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.

2 participants