Skip to content

Commit

Permalink
Update e2e test for Prettier (#15411)
Browse files Browse the repository at this point in the history
Fix e2e test for Prettier
  • Loading branch information
fisker committed Feb 6, 2023
1 parent 70e0974 commit f9c2595
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/integration-tests/e2e-prettier.sh
Expand Up @@ -42,10 +42,8 @@ yarn lint:typecheck
# https://github.com/babel/babel/pull/14892#issuecomment-1233180626
echo "export default () => () => {}" > src/main/create-print-pre-check-function.js

# Temporarily ignore tests, use `rm -f path/to/jsfmt.spec.js`
# https://github.com/babel/babel/pull/15385#issuecomment-1409840781
# Ignore this test until prettier update the snapshot
rm tests/format/js/exports/jsfmt.spec.js
rm tests/format/js/export-extension/jsfmt.spec.js

yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot --runInBand

Expand Down

0 comments on commit f9c2595

Please sign in to comment.