From 75967ddb9ef2751308059b06add7fdaeca99e034 Mon Sep 17 00:00:00 2001 From: "yordan.ramchev" Date: Wed, 22 May 2024 19:23:19 +0300 Subject: [PATCH] feat(#522): update snapshot from devtools to devtools-router-pinia --- scripts/snapshot.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/snapshot.mjs b/scripts/snapshot.mjs index 932432289..ea4c4ad18 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`.