Skip to content

Commit 1c40966

Browse files
Liadshiranbenhalverson
authored andcommitted
fix: snapshot
1 parent 9b98e2b commit 1c40966

1 file changed

Lines changed: 0 additions & 59 deletions

File tree

src/components/DownloadReleases/__tests__/__snapshots__/download-releases.test.tsx.snap

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,11 @@ exports[`DownloadReleases component renders correctly 1`] = `
174174
/>
175175
</div>
176176
</div>
177-
<<<<<<< HEAD
178-
<<<<<<< HEAD
179-
=======
180-
>>>>>>> fix: update all tests
181177
<p
182178
class="lts__text"
183179
>
184180
Major Node.js versions enter Current release status for six months, which gives library authors time to add support for them. After six months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to Active LTS status and are ready for general use. LTS release status is "long-term support", which typically guarantees that critical bugs will be fixed for a total of 30 months. Production applications should only use Active LTS or Maintenance LTS releases.
185181
</p>
186-
<<<<<<< HEAD
187-
<<<<<<< HEAD
188182
<div
189183
class="downloads-table-container"
190184
>
@@ -239,59 +233,6 @@ exports[`DownloadReleases component renders correctly 1`] = `
239233
</tbody>
240234
</table>
241235
</div>
242-
=======
243-
=======
244-
>>>>>>> fix: update all tests
245-
<table
246-
class="downloads-table"
247-
>
248-
<thead>
249-
<tr>
250-
<th>
251-
Release
252-
</th>
253-
<th>
254-
Status
255-
</th>
256-
<th>
257-
Codename
258-
</th>
259-
<th>
260-
Initial Release
261-
</th>
262-
<th>
263-
Active LTS Start
264-
</th>
265-
<th>
266-
Maintainance LTS Start
267-
</th>
268-
<th>
269-
End of Life
270-
</th>
271-
</tr>
272-
</thead>
273-
<tbody>
274-
<tr>
275-
<td>
276-
v15
277-
</td>
278-
<td>
279-
Pending
280-
</td>
281-
<td />
282-
<td>
283-
2020-10-20
284-
</td>
285-
<td />
286-
<td>
287-
2021-04-01
288-
</td>
289-
<td>
290-
2021-06-01
291-
</td>
292-
</tr>
293-
</tbody>
294-
</table>
295236
</div>
296237
</div>
297238
`;

0 commit comments

Comments
 (0)