chore: test against babel-preset-app (#11004)

This commit is contained in:
Huáng Jùnliàng
2020-01-13 18:30:37 -05:00
committed by GitHub
parent b138b5a62e
commit a0a9c64a47

View File

@@ -30,6 +30,6 @@ yarn add --dev -W @babel/core
printf "a\n" | yarn upgrade-interactive --scope @babel --latest
# Test
CI=true yarn test -p babel
CI=true yarn test -p babel,babel-preset-app
cleanup