File tree Expand file tree Collapse file tree
scripts/integration-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,12 +43,11 @@ yarn lint:typecheck
4343echo " export default () => () => {}" > src/main/create-print-pre-check-function.js
4444
4545# Temporarily ignore tests, use `rm -f path/to/jsfmt.spec.js`
46- # https://github.com/babel/babel/pull/15385#issuecomment-1409840781
47-
4846# https://github.com/babel/babel/pull/15400#issuecomment-1414539133
4947# Ignore this test until prettier update the snapshot
5048# because prettier has ignored UnexpectedReservedWord error
51- rm tests/format/flow-repo/async/await_parse.js
49+ rm -f tests/format/flow-repo/async/await_parse.js
50+ rm -f tests/format/misc/errors/js/explicit-resource-management/invalid-using-binding-await.js
5251
5352yarn test " tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot --runInBand
5453
You can’t perform that action at this time.
0 commit comments