Skip to content

Commit

Permalink
Cleanup prettier e2e test (babel#16890)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Oct 9, 2024
1 parent a6b0f54 commit 63abd9b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/integration-tests/e2e-prettier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ if [ "$BABEL_8_BREAKING" = true ] ; then
rm tests/format/typescript/prettier-ignore/format.test.js
rm tests/format/typescript/keyword-types/conditional-types.ts
rm tests/format/typescript/comments/mapped_types.ts
# https://github.com/babel/babel/pull/16741
sed -i 's/"decimal",//' src/language-js/parse/babel.js
# https://github.com/babel/babel/pull/16801
sed -i 's/"minimal"/"fsharp"/' src/language-js/parse/babel.js
# https://github.com/babel/babel/pull/16808
sed -i 's/"importReflection",//' src/language-js/parse/babel.js
rm tests/format/js/babel-plugins/import-reflection.js
rm -r tests/format/js/import-reflection/
# https://github.com/babel/babel/pull/16817
sed -i 's/node.type !== "MemberExpression" ||/node.type !== "MemberExpression" || \/\/@ts-expect-error/g' src/language-js/utils/is-node-matches.js
fi
Expand Down

0 comments on commit 63abd9b

Please sign in to comment.