Restructure the report #101
test.yml
on: push
Test Deno
21s
Test Bun
23s
Matrix: Test Node
Annotations
9 errors and 5 warnings
test/unit/utils/extendedTable.test.ts > table > ExtendedTable > should convert normal table to the right markdown:
test/unit/utils/extendedTable.test.ts#L30
AssertionError: expected '\n<table>\n<thead>\n<tr>\n<th>Col1</t…' to deeply equal '<table>\n<thead>\n<tr>\n<th>Col1</th>…'
- Expected
+ Received
+
<table>
<thead>
<tr>
<th>Col1</th>
<th>Col2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row11</td>
<td>Row12</td>
</tr>
<tr>
<td>Row21</td>
<td>Row22</td>
</tr>
</tbody>
</table>
❯ test/unit/utils/extendedTable.test.ts:30:48
|
test/unit/utils/extendedTable.test.ts > table > ExtendedTable > should convert table without head to the right markdown:
test/unit/utils/extendedTable.test.ts#L56
AssertionError: expected '\n<table>\n<tbody>\n<tr>\n<td>Col1</t…' to deeply equal '<table>\n<tbody>\n<tr>\n<td>Col1</td>…'
- Expected
+ Received
+
<table>
<tbody>
<tr>
<td>Col1</td>
<td>Col2</td>
</tr>
<tr>
<td>Row11</td>
<td>Row12</td>
</tr>
<tr>
<td>Row21</td>
<td>Row22</td>
</tr>
</tbody>
</table>
❯ test/unit/utils/extendedTable.test.ts:56:48
|
Test Deno
Process completed with exit code 1.
|
Test Node (20)
Process completed with exit code 1.
|
Test Node (22)
Process completed with exit code 1.
|
test/unit/utils/extendedTable.test.ts > table > ExtendedTable > should convert normal table to the right markdown:
test/unit/utils/extendedTable.test.ts#L30
AssertionError: expected '\n<table>\n<thead>\n<tr>\n<th>Col1</t…' to deeply equal '<table>\n<thead>\n<tr>\n<th>Col1</th>…'
- Expected
+ Received
+
<table>
<thead>
<tr>
<th>Col1</th>
<th>Col2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row11</td>
<td>Row12</td>
</tr>
<tr>
<td>Row21</td>
<td>Row22</td>
</tr>
</tbody>
</table>
❯ test/unit/utils/extendedTable.test.ts:30:48
|
test/unit/utils/extendedTable.test.ts > table > ExtendedTable > should convert table without head to the right markdown:
test/unit/utils/extendedTable.test.ts#L56
AssertionError: expected '\n<table>\n<tbody>\n<tr>\n<td>Col1</t…' to deeply equal '<table>\n<tbody>\n<tr>\n<td>Col1</td>…'
- Expected
+ Received
+
<table>
<tbody>
<tr>
<td>Col1</td>
<td>Col2</td>
</tr>
<tr>
<td>Row11</td>
<td>Row12</td>
</tr>
<tr>
<td>Row21</td>
<td>Row22</td>
</tr>
</tbody>
</table>
❯ test/unit/utils/extendedTable.test.ts:56:48
|
Test Bun
Process completed with exit code 1.
|
Test Node (18)
Process completed with exit code 1.
|
Test Deno
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Node (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Node (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Bun
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Node (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|