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
Due to (I think) an espree update, more invalid syntax than before is parsed as a syntax error.
rm -rf node_modules && npm install && npm test on master will show failing tests. This is blocking #555.
rm -rf node_modules && npm install && npm test
The text was updated successfully, but these errors were encountered:
Fix #564: Fix tests not running due to Espree bump
863de65
Fix #564: Fix tests not running due to Espree bump (#565)
12bf6da
* Fix #564: Fix tests not running due to Espree bump * updated malformed test also, the most trivial of line formatting changes
No branches or pull requests
Due to (I think) an espree update, more invalid syntax than before is parsed as a syntax error.
rm -rf node_modules && npm install && npm test
on master will show failing tests. This is blocking #555.The text was updated successfully, but these errors were encountered: