From 7654da8f99470d89afe6f8d7bd4e931f02ee94a7 Mon Sep 17 00:00:00 2001 From: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> Date: Thu, 23 May 2024 11:01:10 +0300 Subject: [PATCH] chore: update snapshot from devtools to devtools-router-pinia (#523) Fixes #522 --- scripts/snapshot.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.39.5