-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
npm: Fixed test
script
#1809
npm: Fixed test
script
#1809
Conversation
Like this @mAAdhaTTah ? Note to self: Don't forget to adjust the docs. |
@RunDevelopment Yeah, that's what I was thinking. If you're just testing a single language, you wouldn't run the main command, you'd just run |
Co-Authored-By: RunDevelopment <mitchi5000.ms@googlemail.com>
Alright, then I'll adjust the docs and then this should be gtg. |
Because of #1646 the command
mocha tests/run.js
was no longer the last command in the chain which means that arguments likenpm test -- --language=css
were not passed to it.This fixes the issue.