From cf4301b6034a9ca2511cb41625f0944e88acfaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 13 Jan 2020 14:11:24 -0500 Subject: [PATCH] chore: test against babel-preset-app --- 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