From: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> Date: Thu, 23 May 2024 08:01:10 +0000 (+0300) Subject: chore: update snapshot from devtools to devtools-router-pinia (#523) X-Git-Tag: v3.10.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7654da8f99470d89afe6f8d7bd4e931f02ee94a7;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: update snapshot from devtools to devtools-router-pinia (#523) Fixes #522 --- diff --git a/scripts/snapshot.mjs b/scripts/snapshot.mjs index 93243228..ea4c4ad1 100644 --- a/scripts/snapshot.mjs +++ b/scripts/snapshot.mjs @@ -54,7 +54,7 @@ function fullCombination(arr) { } let flagCombinations = fullCombination(featureFlags) -flagCombinations.push(['default'], ['devtools'], ['eslint'], ['eslint-with-prettier']) +flagCombinations.push(['default'], ['devtools', 'router', 'pinia'], ['eslint'], ['eslint-with-prettier']) // `--with-tests` are equivalent of `--vitest --cypress` // Previously it means `--cypress` without `--vitest`.