Skip to content

Commit

Permalink
test(transformer): fix JSX test options (#5895)
Browse files Browse the repository at this point in the history
Fix a test by setting correct options.
  • Loading branch information
overlookmotel committed Sep 20, 2024
1 parent 9758c1a commit cab441c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tasks/transform_conformance/oxc.snap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commit: 3bcfee23

Passed: 47/57
Passed: 48/57

# All Passed:
* babel-plugin-transform-nullish-coalescing-operator
Expand Down Expand Up @@ -164,14 +164,11 @@ rebuilt : SymbolId(2): []
x Output mismatch


# babel-plugin-transform-react-jsx (28/31)
# babel-plugin-transform-react-jsx (29/31)
* refresh/does-not-transform-it-because-it-is-not-used-in-the-AST/input.jsx
x Output mismatch

* refresh/supports-typescript-namespace-syntax/input.tsx
x Output mismatch

* unicode/input.jsx
x Output mismatch


Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"plugins": [["transform-react-jsx"]],
"sourceType": "module"
}

0 comments on commit cab441c

Please sign in to comment.