Skip to content

Commit

Permalink
Refactor jsx-test to better support testing the automatic runtime
Browse files Browse the repository at this point in the history
Since the automatic runtime effectively doubles the number of cases needing test
coverage, plus has a number of cases within itself, this PR refactors the JSX
tests to make it easy to declare the result for multiple configurations in the
same test. This should make it smoother to write the automatic case for each
test where it feels relevant, plus makes it easier to test ESM vs CJS and dev vs
prod for the same syntax case.
  • Loading branch information
alangpierce committed Aug 16, 2022
1 parent 481d673 commit 4b0e342
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 168 deletions.
Loading

0 comments on commit 4b0e342

Please # to comment.