|
1 |
| -// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 1 | +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
2 | 2 |
|
3 |
| -exports[`Run command should execute "@manypkg/basic-fixture-pkg-two start" and exit with 0: stderr 1`] = ` |
| 3 | +exports[`Run command > should execute "@manypkg/basic-fixture-pkg-two start" and exit with 0 > stderr 1`] = ` |
4 | 4 | "warning package.json: No license field
|
5 | 5 | warning ../../package.json: No license field
|
6 | 6 | "
|
7 | 7 | `;
|
8 | 8 |
|
9 |
| -exports[`Run command should execute "@manypkg/basic-fixture-pkg-two start" and exit with 0: stdout 1`] = ` |
| 9 | +exports[`Run command > should execute "@manypkg/basic-fixture-pkg-two start" and exit with 0 > stdout 1`] = ` |
10 | 10 | "$ echo hello start
|
11 | 11 | hello start
|
12 | 12 | "
|
13 | 13 | `;
|
14 | 14 |
|
15 |
| -exports[`Run command should execute "package start" and exit with 1: stderr 1`] = ` |
| 15 | +exports[`Run command > should execute "package start" and exit with 1 > stderr 1`] = ` |
16 | 16 | "☔️ error an identifier must only match a single package but "package" matches the following packages:
|
17 | 17 | ☔️ error @manypkg/basic-fixture-pkg-one
|
18 | 18 | ☔️ error @manypkg/basic-fixture-pkg-two
|
19 | 19 | ☔️ error @manypkg/basic-fixture-pkg-two-one
|
20 | 20 | "
|
21 | 21 | `;
|
22 | 22 |
|
23 |
| -exports[`Run command should execute "package start" and exit with 1: stdout 1`] = `""`; |
| 23 | +exports[`Run command > should execute "package start" and exit with 1 > stdout 1`] = `""`; |
24 | 24 |
|
25 |
| -exports[`Run command should execute "package-one start" and exit with 0: stderr 1`] = ` |
| 25 | +exports[`Run command > should execute "package-one start" and exit with 0 > stderr 1`] = ` |
26 | 26 | "warning package.json: No license field
|
27 | 27 | warning ../../package.json: No license field
|
28 | 28 | "
|
29 | 29 | `;
|
30 | 30 |
|
31 |
| -exports[`Run command should execute "package-one start" and exit with 0: stdout 1`] = ` |
| 31 | +exports[`Run command > should execute "package-one start" and exit with 0 > stdout 1`] = ` |
32 | 32 | "$ echo hello start
|
33 | 33 | hello start
|
34 | 34 | "
|
35 | 35 | `;
|
36 | 36 |
|
37 |
| -exports[`Run command should execute "package-one test" and exit with 0: stderr 1`] = ` |
| 37 | +exports[`Run command > should execute "package-one test" and exit with 0 > stderr 1`] = ` |
38 | 38 | "warning package.json: No license field
|
39 | 39 | warning ../../package.json: No license field
|
40 | 40 | "
|
41 | 41 | `;
|
42 | 42 |
|
43 |
| -exports[`Run command should execute "package-one test" and exit with 0: stdout 1`] = ` |
| 43 | +exports[`Run command > should execute "package-one test" and exit with 0 > stdout 1`] = ` |
44 | 44 | "$ echo testing
|
45 | 45 | testing
|
46 | 46 | "
|
47 | 47 | `;
|
48 | 48 |
|
49 |
| -exports[`Run command should execute "package-three start" and exit with 1: stderr 1`] = ` |
| 49 | +exports[`Run command > should execute "package-three start" and exit with 1 > stderr 1`] = ` |
50 | 50 | "☔️ error No matching packages found
|
51 | 51 | "
|
52 | 52 | `;
|
53 | 53 |
|
54 |
| -exports[`Run command should execute "package-three start" and exit with 1: stdout 1`] = `""`; |
| 54 | +exports[`Run command > should execute "package-three start" and exit with 1 > stdout 1`] = `""`; |
55 | 55 |
|
56 |
| -exports[`Run command should execute "package-two start" and exit with 1: stderr 1`] = ` |
| 56 | +exports[`Run command > should execute "package-two start" and exit with 1 > stderr 1`] = ` |
57 | 57 | "☔️ error an identifier must only match a single package but "package-two" matches the following packages:
|
58 | 58 | ☔️ error @manypkg/basic-fixture-pkg-two
|
59 | 59 | ☔️ error @manypkg/basic-fixture-pkg-two-one
|
60 | 60 | "
|
61 | 61 | `;
|
62 | 62 |
|
63 |
| -exports[`Run command should execute "package-two start" and exit with 1: stdout 1`] = `""`; |
| 63 | +exports[`Run command > should execute "package-two start" and exit with 1 > stdout 1`] = `""`; |
64 | 64 |
|
65 |
| -exports[`Run command should execute "package-two-one something" and exit with 1: stderr 1`] = ` |
| 65 | +exports[`Run command > should execute "package-two-one something" and exit with 1 > stderr 1`] = ` |
66 | 66 | "warning package.json: No license field
|
67 | 67 | warning ../../package.json: No license field
|
68 | 68 | error Command "something" not found.
|
69 | 69 | "
|
70 | 70 | `;
|
71 | 71 |
|
72 |
| -exports[`Run command should execute "package-two-one something" and exit with 1: stdout 1`] = ` |
| 72 | +exports[`Run command > should execute "package-two-one something" and exit with 1 > stdout 1`] = ` |
73 | 73 | "info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
74 | 74 | "
|
75 | 75 | `;
|
76 | 76 |
|
77 |
| -exports[`Run command should execute "package-two-one start" and exit with 0: stderr 1`] = ` |
| 77 | +exports[`Run command > should execute "package-two-one start" and exit with 0 > stderr 1`] = ` |
78 | 78 | "warning package.json: No license field
|
79 | 79 | warning ../../package.json: No license field
|
80 | 80 | "
|
81 | 81 | `;
|
82 | 82 |
|
83 |
| -exports[`Run command should execute "package-two-one start" and exit with 0: stdout 1`] = ` |
| 83 | +exports[`Run command > should execute "package-two-one start" and exit with 0 > stdout 1`] = ` |
84 | 84 | "$ echo hello start
|
85 | 85 | hello start
|
86 | 86 | "
|
87 | 87 | `;
|
88 | 88 |
|
89 |
| -exports[`Run command should execute "packages/package-two start" and exit with 0: stderr 1`] = ` |
| 89 | +exports[`Run command > should execute "packages/package-two start" and exit with 0 > stderr 1`] = ` |
90 | 90 | "warning package.json: No license field
|
91 | 91 | warning ../../package.json: No license field
|
92 | 92 | "
|
93 | 93 | `;
|
94 | 94 |
|
95 |
| -exports[`Run command should execute "packages/package-two start" and exit with 0: stdout 1`] = ` |
| 95 | +exports[`Run command > should execute "packages/package-two start" and exit with 0 > stdout 1`] = ` |
96 | 96 | "$ echo hello start
|
97 | 97 | hello start
|
98 | 98 | "
|
99 | 99 | `;
|
100 | 100 |
|
101 |
| -exports[`Run command should execute "pkg-one start" and exit with 0: stderr 1`] = ` |
| 101 | +exports[`Run command > should execute "pkg-one start" and exit with 0 > stderr 1`] = ` |
102 | 102 | "warning package.json: No license field
|
103 | 103 | warning ../../package.json: No license field
|
104 | 104 | "
|
105 | 105 | `;
|
106 | 106 |
|
107 |
| -exports[`Run command should execute "pkg-one start" and exit with 0: stdout 1`] = ` |
| 107 | +exports[`Run command > should execute "pkg-one start" and exit with 0 > stdout 1`] = ` |
108 | 108 | "$ echo hello start
|
109 | 109 | hello start
|
110 | 110 | "
|
111 | 111 | `;
|
112 | 112 |
|
113 |
| -exports[`Run command should execute "pkg-two start" and exit with 1: stderr 1`] = ` |
| 113 | +exports[`Run command > should execute "pkg-two start" and exit with 1 > stderr 1`] = ` |
114 | 114 | "☔️ error an identifier must only match a single package but "pkg-two" matches the following packages:
|
115 | 115 | ☔️ error @manypkg/basic-fixture-pkg-two
|
116 | 116 | ☔️ error @manypkg/basic-fixture-pkg-two-one
|
117 | 117 | "
|
118 | 118 | `;
|
119 | 119 |
|
120 |
| -exports[`Run command should execute "pkg-two start" and exit with 1: stdout 1`] = `""`; |
| 120 | +exports[`Run command > should execute "pkg-two start" and exit with 1 > stdout 1`] = `""`; |
121 | 121 |
|
122 |
| -exports[`Run command should execute "pkg-two-one start" and exit with 0: stderr 1`] = ` |
| 122 | +exports[`Run command > should execute "pkg-two-one start" and exit with 0 > stderr 1`] = ` |
123 | 123 | "warning package.json: No license field
|
124 | 124 | warning ../../package.json: No license field
|
125 | 125 | "
|
126 | 126 | `;
|
127 | 127 |
|
128 |
| -exports[`Run command should execute "pkg-two-one start" and exit with 0: stdout 1`] = ` |
| 128 | +exports[`Run command > should execute "pkg-two-one start" and exit with 0 > stdout 1`] = ` |
129 | 129 | "$ echo hello start
|
130 | 130 | hello start
|
131 | 131 | "
|
|
0 commit comments