Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Warning: Cannot find any files matching pattern "test/node.js" #527

Closed
chafey opened this issue Feb 26, 2020 · 0 comments · Fixed by #737
Closed

Warning: Cannot find any files matching pattern "test/node.js" #527

chafey opened this issue Feb 26, 2020 · 0 comments · Fixed by #737

Comments

@chafey
Copy link

chafey commented Feb 26, 2020

aegir test generates the warning in the subject for the ipld/js-ipld-raw project. Here is an example log:

https://travis-ci.com/ipld/js-ipld-raw/jobs/291481061

And snippet:

aegir test --target node "--bail"
Test Node.js
Warning: Cannot find any files matching pattern "test/node.js"

The warning doesn't cause any problems but it would be good to cleanup if possible.

Readme.md says:
"All test files should be placed under test. Individual test files should end in .spec.js and setup files for the node and the browser should be test/node.js and test/browser.js respectively."

But this warning does not occur if test/browser.js is missing. Perhaps clarify if these files should be there or not.

@hugomrdias hugomrdias mentioned this issue Feb 23, 2021
3 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant