|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`runs the tests in the correct order 1`] = ` |
| 3 | +exports[`all passing runs the tests in the correct order 1`] = ` |
4 | 4 | " console.log
|
5 |
| - [[beforeAll]] |
| 5 | + beforeAll |
6 | 6 |
|
7 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 7 | + at log (__tests__/concurrent.test.js:15:11) |
8 | 8 |
|
9 | 9 | console.log
|
10 |
| - [[test one start]] |
| 10 | + START "one" |
11 | 11 |
|
12 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 12 | + at log (__tests__/concurrent.test.js:15:11) |
13 | 13 |
|
14 | 14 | console.log
|
15 |
| - [[test three start]] |
| 15 | + START "two" |
16 | 16 |
|
17 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 17 | + at log (__tests__/concurrent.test.js:15:11) |
18 | 18 |
|
19 | 19 | console.log
|
20 |
| - [[test five start]] |
| 20 | + START "three" |
21 | 21 |
|
22 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 22 | + at log (__tests__/concurrent.test.js:15:11) |
23 | 23 |
|
24 | 24 | console.log
|
25 |
| - [[test six start]] |
| 25 | + START "four" |
26 | 26 |
|
27 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 27 | + at log (__tests__/concurrent.test.js:15:11) |
28 | 28 |
|
29 | 29 | console.log
|
30 |
| - [[test seven (fails) start]] |
| 30 | + START "five" |
31 | 31 |
|
32 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 32 | + at log (__tests__/concurrent.test.js:15:11) |
33 | 33 |
|
34 | 34 | console.log
|
35 |
| - [[test three end]] |
| 35 | + END: "three" |
36 | 36 |
|
37 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 37 | + at log (__tests__/concurrent.test.js:15:11) |
38 | 38 |
|
39 | 39 | console.log
|
40 |
| - [[test eight start]] |
| 40 | + START "six" |
41 | 41 |
|
42 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 42 | + at log (__tests__/concurrent.test.js:15:11) |
43 | 43 |
|
44 | 44 | console.log
|
45 |
| - [[test one end]] |
| 45 | + END: "one" |
46 | 46 |
|
47 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 47 | + at log (__tests__/concurrent.test.js:15:11) |
48 | 48 |
|
49 | 49 | console.log
|
50 |
| - [[test nine start]] |
| 50 | + START "seven" |
51 | 51 |
|
52 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 52 | + at log (__tests__/concurrent.test.js:15:11) |
53 | 53 |
|
54 | 54 | console.log
|
55 |
| - [[test six end]] |
| 55 | + END: "two" |
56 | 56 |
|
57 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 57 | + at log (__tests__/concurrent.test.js:15:11) |
58 | 58 |
|
59 | 59 | console.log
|
60 |
| - [[test ten (fails) start]] |
| 60 | + START "eight" |
61 | 61 |
|
62 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 62 | + at log (__tests__/concurrent.test.js:15:11) |
63 | 63 |
|
64 | 64 | console.log
|
65 |
| - [[test eight end]] |
| 65 | + END: "four" |
66 | 66 |
|
67 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 67 | + at log (__tests__/concurrent.test.js:15:11) |
68 | 68 |
|
69 | 69 | console.log
|
70 |
| - [[test nine end]] |
| 70 | + START "nine" |
71 | 71 |
|
72 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 72 | + at log (__tests__/concurrent.test.js:15:11) |
73 | 73 |
|
74 | 74 | console.log
|
75 |
| - [[test five end]] |
| 75 | + END: "nine" |
76 | 76 |
|
77 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 77 | + at log (__tests__/concurrent.test.js:15:11) |
78 | 78 |
|
79 | 79 | console.log
|
80 |
| - [[afterAll]] |
| 80 | + START "ten" |
81 | 81 |
|
82 |
| - at log (__tests__/concurrent.test.js:12:29) |
| 82 | + at log (__tests__/concurrent.test.js:15:11) |
| 83 | +
|
| 84 | + console.log |
| 85 | + END: "five" |
| 86 | +
|
| 87 | + at log (__tests__/concurrent.test.js:15:11) |
| 88 | +
|
| 89 | + console.log |
| 90 | + END: "six" |
| 91 | +
|
| 92 | + at log (__tests__/concurrent.test.js:15:11) |
| 93 | +
|
| 94 | + console.log |
| 95 | + END: "seven" |
| 96 | +
|
| 97 | + at log (__tests__/concurrent.test.js:15:11) |
| 98 | +
|
| 99 | + console.log |
| 100 | + END: "ten" |
| 101 | +
|
| 102 | + at log (__tests__/concurrent.test.js:15:11) |
| 103 | +
|
| 104 | + console.log |
| 105 | + END: "eight" |
| 106 | +
|
| 107 | + at log (__tests__/concurrent.test.js:15:11) |
| 108 | +
|
| 109 | + console.log |
| 110 | + afterAll |
| 111 | +
|
| 112 | + at log (__tests__/concurrent.test.js:15:11) |
| 113 | +" |
| 114 | +`; |
| 115 | + |
| 116 | +exports[`with only runs the tests in the correct order 1`] = ` |
| 117 | +" console.log |
| 118 | + beforeAll |
| 119 | +
|
| 120 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 121 | +
|
| 122 | + console.log |
| 123 | + START "four" |
| 124 | +
|
| 125 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 126 | +
|
| 127 | + console.log |
| 128 | + START "six" |
| 129 | +
|
| 130 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 131 | +
|
| 132 | + console.log |
| 133 | + START "nine" |
| 134 | +
|
| 135 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 136 | +
|
| 137 | + console.log |
| 138 | + END: "nine" |
| 139 | +
|
| 140 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 141 | +
|
| 142 | + console.log |
| 143 | + END: "six" |
| 144 | +
|
| 145 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 146 | +
|
| 147 | + console.log |
| 148 | + END: "four" |
| 149 | +
|
| 150 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 151 | +
|
| 152 | + console.log |
| 153 | + afterAll |
| 154 | +
|
| 155 | + at log (__tests__/concurrent-only.test.js:15:11) |
| 156 | +" |
| 157 | +`; |
| 158 | + |
| 159 | +exports[`with skip runs the tests in the correct order 1`] = ` |
| 160 | +" console.log |
| 161 | + beforeAll |
| 162 | +
|
| 163 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 164 | +
|
| 165 | + console.log |
| 166 | + START "one" |
| 167 | +
|
| 168 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 169 | +
|
| 170 | + console.log |
| 171 | + START "two" |
| 172 | +
|
| 173 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 174 | +
|
| 175 | + console.log |
| 176 | + START "four" |
| 177 | +
|
| 178 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 179 | +
|
| 180 | + console.log |
| 181 | + START "seven" |
| 182 | +
|
| 183 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 184 | +
|
| 185 | + console.log |
| 186 | + START "eight" |
| 187 | +
|
| 188 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 189 | +
|
| 190 | + console.log |
| 191 | + END: "one" |
| 192 | +
|
| 193 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 194 | +
|
| 195 | + console.log |
| 196 | + START "ten" |
| 197 | +
|
| 198 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 199 | +
|
| 200 | + console.log |
| 201 | + END: "two" |
| 202 | +
|
| 203 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 204 | +
|
| 205 | + console.log |
| 206 | + END: "seven" |
| 207 | +
|
| 208 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 209 | +
|
| 210 | + console.log |
| 211 | + END: "four" |
| 212 | +
|
| 213 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 214 | +
|
| 215 | + console.log |
| 216 | + END: "eight" |
| 217 | +
|
| 218 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 219 | +
|
| 220 | + console.log |
| 221 | + END: "ten" |
| 222 | +
|
| 223 | + at log (__tests__/concurrent-skip.test.js:15:11) |
| 224 | +
|
| 225 | + console.log |
| 226 | + afterAll |
| 227 | +
|
| 228 | + at log (__tests__/concurrent-skip.test.js:15:11) |
83 | 229 | "
|
84 | 230 | `;
|
0 commit comments