crizstian/data-structure-and-algorithms-with-ES6

slight error in test command

steinitz-zz opened this issue · 0 comments

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