Skip to content

Commit

Permalink
chore: update snapshot from devtools to devtools-router-pinia (#523)
Browse files Browse the repository at this point in the history
Fixes #522
  • Loading branch information
Yordan-Ramchev authored May 23, 2024
1 parent ec0a3c6 commit 7654da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/snapshot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 7654da8

Please sign in to comment.