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

Make make test work on Windows. #47

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -6,7 +6,7 @@ querystring.js: lib/head.js lib/querystring.js lib/tail.js
cat $^ > $@

test:
@./node_modules/.bin/mocha \
@"./node_modules/.bin/mocha" \
--ui bdd

Copy link
Collaborator

Choose a reason for hiding this comment

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

Okay, so this will sound pretty lame, but if you're still interested in this getting merged, please fix the formatting in this line. 😄
Otherwise I'll do a PR myself, if this is still a thing. If not we'll be closing this for good. ;)

.PHONY: test