Skip to content

Commit

Permalink
e2e: ignore the broken prettier test
Browse files Browse the repository at this point in the history
The test is broken because we now support typeArguments in JSXOpeningElement
  • Loading branch information
JLHwung committed Dec 16, 2024
1 parent da5771a commit 420bab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/integration-tests/e2e-prettier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ if [ "$BABEL_8_BREAKING" = true ] ; then
sed -i 's/node.type !== "MemberExpression" ||/node.type !== "MemberExpression" || \/\/@ts-expect-error/g' src/language-js/utils/is-node-matches.js
fi

# Re-enable this test once prettier updated the snapshot
# https://github.com/babel/babel/pull/17028
rm -r tests/format/flow/jsx/format.test.js

#==============================================================================#
# ENVIRONMENT #
#==============================================================================#
Expand Down

0 comments on commit 420bab6

Please sign in to comment.