Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    6646d3e9
    Re-organize class tests · 6646d3e9
    Mike Pennisi authored
    The `test/language/class/` directory contains a small subset of
    Test262's tests for ES2015 classes. The majority of tests for classes
    are organized within `test/language/statements/class/`.
    
    - Move the tests that rely on the ClassDeclaration syntactic form from
      `test/language/class/` to `test/language/statements/class/`.
    - Move the test that relies on the ClassExpression syntactic form from
      `test/language/class/` to `test/language/expressions/class/`.
    6646d3e9
    History
    Re-organize class tests
    Mike Pennisi authored
    The `test/language/class/` directory contains a small subset of
    Test262's tests for ES2015 classes. The majority of tests for classes
    are organized within `test/language/statements/class/`.
    
    - Move the tests that rely on the ClassDeclaration syntactic form from
      `test/language/class/` to `test/language/statements/class/`.
    - Move the test that relies on the ClassExpression syntactic form from
      `test/language/class/` to `test/language/expressions/class/`.