Skip to content
Snippets Groups Projects
Commit 6646d3e9 authored by Mike Pennisi's avatar Mike Pennisi
Browse files

Re-organize class tests

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/`.
parent 1bc6441c
No related branches found
No related tags found
Loading
Showing
with 13 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment