Skip to content

Commit 42df7c5

Browse files
committed
test: remove extraneous flag combinations
The ['router', 'pinia'] combination is already included in the result of the fullCombination function, so it's redundant. It's there because it was originally ['devtools', 'router', 'pinia'], but now devtools is always included, I forgot to delete this line during the refactor.
1 parent ed03d7c commit 42df7c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/snapshot.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function fullCombination(arr) {
5656
let flagCombinations = fullCombination(featureFlags)
5757
flagCombinations.push(
5858
['default'],
59-
['router', 'pinia'],
6059
['eslint'],
6160
['eslint-with-prettier'],
6261
)

0 commit comments

Comments
 (0)