-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Chore: add class static blocks tests #515
Conversation
6f26ebc
to
657fd74
Compare
7f1e182
to
ce7f636
Compare
47b514a
to
cbee2f7
Compare
...a-version/13/class-static-blocks/expressions-arrow-function-static-init-await-binding.src.js
Outdated
Show resolved
Hide resolved
cbee2f7
to
3fad0e2
Compare
It looks like all of the tests generate error objects. I'm guessing that's not what you intended? |
Ah ok. I don’t think we need so many tests that result in errors. We don’t need all of the test-262 cases because we are just wrapping what Acorn does. For other new features we’ve just done a handful of tests. |
c62691c
to
33bea67
Compare
33bea67
to
25bc8b4
Compare
just removed some invalid tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need all of the tests that just flag “await” as an error? That seems like more than is necessary for this.
25bc8b4
to
c6a8a6b
Compare
cf37983
to
2d7c0ad
Compare
acorn has been upgraded in ee1d3ec, this commit simply added some tests. The tests were copied from test262, refs: tc39/test262@afe217b
2d7c0ad
to
904094c
Compare
some of these were thrown in "script" mode, should be resolved now. 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
acorn has been upgraded in ee1d3ec, this commit simply added some tests. The tests were copied from test262, refs: tc39/test262@afe217b