Skip to content

Commit

Permalink
ignore tests/format/flow-repo/async/await_parse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 3, 2023
1 parent d0d90dd commit f96689d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/integration-tests/e2e-prettier.sh
Expand Up @@ -47,6 +47,11 @@ echo "export default () => () => {}" > src/main/create-print-pre-check-function.
rm tests/format/js/exports/jsfmt.spec.js
rm tests/format/js/export-extension/jsfmt.spec.js

# https://github.com/babel/babel/pull/15400#issuecomment-1414539133
# Ignore this test until prettier update the snapshot
# because prettier has ignored UnexpectedReservedWord error
rm tests/format/flow-repo/async/await_parse.js

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

cleanup

0 comments on commit f96689d

Please sign in to comment.