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
The test files for browser/headless tests are hard coded and people don't remember to update them: https://github.com/nodeshift/opossum/blob/master/test/browser/index.js
This should update automatically. However, scanning the directory can't happen in index.js since fs.readDir() is not available in the browser.
index.js
fs.readDir()
The text was updated successfully, but these errors were encountered:
2d24b35
lance
No branches or pull requests
The test files for browser/headless tests are hard coded and people don't remember to update them: https://github.com/nodeshift/opossum/blob/master/test/browser/index.js
This should update automatically. However, scanning the directory can't happen in
index.js
sincefs.readDir()
is not available in the browser.The text was updated successfully, but these errors were encountered: