You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: