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

fixes test regex #16

Closed
wants to merge 1 commit into from
Closed

Conversation

jbuffin
Copy link
Contributor

@jbuffin jbuffin commented Apr 18, 2016

The tests do not currently work (at least on windows)

This will fix the target regex, removing the unnecessary single-quotes.

@jbuffin jbuffin mentioned this pull request Apr 18, 2016
@mz026
Copy link
Owner

mz026 commented Apr 19, 2016

@jbuffin thanks!

I believe the single quote is necessary on unix-like machines according to mochajs/mocha#1115

How about making it a separate npm job like:

"test:windows": "..." ?

@jbuffin
Copy link
Contributor Author

jbuffin commented Apr 19, 2016

I guess the question is do you want to have a windows-only npm script? It would work but if that script ever changed, it would need to be changed twice. Is that something you are OK with?

@mz026
Copy link
Owner

mz026 commented Apr 19, 2016

Good point, thanks for pointing out it! I think we should add the Windows related settings into README and leave only one testing job in package.json. Since as a boilerplate, supporting multiple dev platform simultaneously would make it more complex than necessary.

I'm going to close this PR. Thanks a lot!!

@mz026 mz026 closed this Apr 19, 2016
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