Skip to content

Commit 7654da8

Browse files
chore: update snapshot from devtools to devtools-router-pinia (#523)
Fixes #522
1 parent ec0a3c6 commit 7654da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/snapshot.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function fullCombination(arr) {
5454
}
5555

5656
let flagCombinations = fullCombination(featureFlags)
57-
flagCombinations.push(['default'], ['devtools'], ['eslint'], ['eslint-with-prettier'])
57+
flagCombinations.push(['default'], ['devtools', 'router', 'pinia'], ['eslint'], ['eslint-with-prettier'])
5858

5959
// `--with-tests` are equivalent of `--vitest --cypress`
6060
// Previously it means `--cypress` without `--vitest`.

0 commit comments

Comments
 (0)