Skip to content

Commit 0da783e

Browse files
committed
update tests snap
1 parent 6ea83b7 commit 0da783e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tests/__snapshots__/cli.test.ts.snap

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ vite.config.js Vite config file
88
`;
99

1010
exports[`cli completion tests for cac > --config option tests > should complete --config option with equals sign 1`] = `
11-
"--config=vite.config.ts Vite config file
12-
--config=vite.config.js Vite config file
11+
"vite.config.ts Vite config file
12+
vite.config.js Vite config file
1313
:4
1414
"
1515
`;
@@ -84,7 +84,7 @@ vite.config.js Vite config file
8484
`;
8585

8686
exports[`cli completion tests for cac > cli option value handling > should resolve port value correctly 1`] = `
87-
"--port=3000 Development server port
87+
"3000 Development server port
8888
:4
8989
"
9090
`;
@@ -132,8 +132,8 @@ exports[`cli completion tests for cac > edge case completions for end with space
132132
`;
133133

134134
exports[`cli completion tests for cac > edge case completions for end with space > should suggest port values if user typed \`--port=\` and hasn't typed a space or value yet 1`] = `
135-
"--port=3000 Development server port
136-
--port=8080 Alternative port
135+
"3000 Development server port
136+
8080 Alternative port
137137
:4
138138
"
139139
`;
@@ -283,7 +283,7 @@ exports[`cli completion tests for cac > short flag handling > should handle shor
283283
`;
284284

285285
exports[`cli completion tests for cac > short flag handling > should handle short flag with equals sign 1`] = `
286-
"-p=3000 Development server port
286+
"3000 Development server port
287287
:4
288288
"
289289
`;
@@ -313,8 +313,8 @@ vite.config.js Vite config file
313313
`;
314314

315315
exports[`cli completion tests for citty > --config option tests > should complete --config option with equals sign 1`] = `
316-
"--config=vite.config.ts Vite config file
317-
--config=vite.config.js Vite config file
316+
"vite.config.ts Vite config file
317+
vite.config.js Vite config file
318318
:4
319319
"
320320
`;
@@ -391,7 +391,7 @@ vite.config.js Vite config file
391391
`;
392392

393393
exports[`cli completion tests for citty > cli option value handling > should resolve port value correctly 1`] = `
394-
"--port=3000 Development server port
394+
"3000 Development server port
395395
:4
396396
"
397397
`;
@@ -439,8 +439,8 @@ exports[`cli completion tests for citty > edge case completions for end with spa
439439
`;
440440

441441
exports[`cli completion tests for citty > edge case completions for end with space > should suggest port values if user typed \`--port=\` and hasn't typed a space or value yet 1`] = `
442-
"--port=3000 Development server port
443-
--port=8080 Alternative port
442+
"3000 Development server port
443+
8080 Alternative port
444444
:4
445445
"
446446
`;
@@ -595,7 +595,7 @@ exports[`cli completion tests for citty > short flag handling > should handle sh
595595
`;
596596

597597
exports[`cli completion tests for citty > short flag handling > should handle short flag with equals sign 1`] = `
598-
"-p=3000 Development server port
598+
"3000 Development server port
599599
:4
600600
"
601601
`;
@@ -645,8 +645,8 @@ vite.config.js Vite config file
645645
`;
646646

647647
exports[`cli completion tests for t > --config option tests > should complete --config option with equals sign 1`] = `
648-
"--config=vite.config.ts Vite config file
649-
--config=vite.config.js Vite config file
648+
"vite.config.ts Vite config file
649+
vite.config.js Vite config file
650650
:4
651651
"
652652
`;
@@ -721,7 +721,7 @@ vite.config.js Vite config file
721721
`;
722722

723723
exports[`cli completion tests for t > cli option value handling > should resolve port value correctly 1`] = `
724-
"--port=3000 Development server port
724+
"3000 Development server port
725725
:4
726726
"
727727
`;
@@ -769,8 +769,8 @@ exports[`cli completion tests for t > edge case completions for end with space >
769769
`;
770770

771771
exports[`cli completion tests for t > edge case completions for end with space > should suggest port values if user typed \`--port=\` and hasn't typed a space or value yet 1`] = `
772-
"--port=3000 Development server port
773-
--port=8080 Alternative port
772+
"3000 Development server port
773+
8080 Alternative port
774774
:4
775775
"
776776
`;
@@ -934,7 +934,7 @@ exports[`cli completion tests for t > short flag handling > should handle short
934934
`;
935935

936936
exports[`cli completion tests for t > short flag handling > should handle short flag with equals sign 1`] = `
937-
"-p=3000 Development server port
937+
"3000 Development server port
938938
:4
939939
"
940940
`;

0 commit comments

Comments
 (0)