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

run repo's class? nodejs not support ES6 import #78

Closed
poprabbit opened this issue Jun 25, 2018 · 1 comment
Closed

run repo's class? nodejs not support ES6 import #78

poprabbit opened this issue Jun 25, 2018 · 1 comment

Comments

@poprabbit
Copy link

i want to wirte a js to test a data-structures class ,as queue, but this js file can't run on lastest version nodejs? how can i run my test?

@trekhleb
Copy link
Owner

To run tests for Queue data-structure simply launch the following command from the root folder of javascript-algorithms project locally:

npm test -- -t 'Queue'

Also remember that you need to install node modules before running the tests:

npm i

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

No branches or pull requests

2 participants