We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for sharing this wonderful resource.
The test command (in the readme) has a minor typo. It should be:
node_modules/.bin/qunit -t path/test.js -c path/test.js
Note the -c arg singular test.js. I wonder if an example might be helpful to someone, e.g. from the project root directory:
test.js
node_modules/.bin/qunit -t 05-chapter-Queue/test.js -c 05-chapter-Queue/test.js
I hope this is useful to you.
Cheers
The text was updated successfully, but these errors were encountered:
bbce7dbee551106a45d3f5a53d6154c6dda6f7f3
Sorry, something went wrong.
Hi, Thanks for sharing this wonderful resource. The test command (in the readme) has a minor typo. It should be: node_modules/.bin/qunit -t path/test.js -c path/test.js Note the -c arg singular test.js. I wonder if an example might be helpful to someone, e.g. from the project root directory: node_modules/.bin/qunit -t 05-chapter-Queue/test.js -c 05-chapter-Queue/test.js I hope this is useful to you. Cheers
No branches or pull requests
Hi,
Thanks for sharing this wonderful resource.
The test command (in the readme) has a minor typo. It should be:
node_modules/.bin/qunit -t path/test.js -c path/test.js
Note the -c arg singular
test.js
. I wonder if an example might be helpful to someone, e.g. from the project root directory:node_modules/.bin/qunit -t 05-chapter-Queue/test.js -c 05-chapter-Queue/test.js
I hope this is useful to you.
Cheers
The text was updated successfully, but these errors were encountered: