Open
Description
@marijnh and I discussed gathering improvements to the tests we want to see. That way, we only loose blameability once and possibly save a lot of work. So far, I found:
- Bump default JS version for tests or specify target version range for each test (Default to ecmaVersion 7 in tests #614)
- Run single test case (Allow singling out a particular test #346)
- Run tests against a different acorn version (@adrianheine)
- Re-organize tests by theme/construct (Default to ecmaVersion 7 in tests #614 (comment))
- Make test definition more declarative (@marijnh)