From a0a9c64a470acec77bec1da0b4bceec4ccf7f446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 13 Jan 2020 18:30:37 -0500 Subject: [PATCH] chore: test against babel-preset-app (#11004) --- scripts/integration-tests/e2e-vue-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-tests/e2e-vue-cli.sh b/scripts/integration-tests/e2e-vue-cli.sh index 067594b4d6b1..018f7fb13287 100755 --- a/scripts/integration-tests/e2e-vue-cli.sh +++ b/scripts/integration-tests/e2e-vue-cli.sh @@ -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