For discussion of issue #198 (dont merge!) #95
Annotations
4 errors and 2 warnings
error: expect(received).toEqual(expected):
packages/nuekit/test/nuekit.test.js#L152
[
{
dir: "blog",
- pubDate: undefined,
- slug: "first-a.html",
- title: "First",
- url: "/blog/first-a.html",
- },
- {
- dir: "blog",
pubDate: 2020-01-04T00:00:00.000Z,
slug: "first-b.html",
title: "Second",
url: "/blog/first-b.html",
},
{
dir: "blog/nested",
pubDate: 2020-01-03T00:00:00.000Z,
slug: "hey2.html",
title: "Fourth",
url: "/blog/nested/hey2.html",
},
{
dir: "blog/nested",
pubDate: 2020-01-02T00:00:00.000Z,
slug: "hey1.html",
title: "Third",
url: "/blog/nested/hey1.html",
},
{
dir: "blog/nested/not-private-folder",
pubDate: 2020-01-01T00:00:00.000Z,
slug: "item8.html",
title: "Eighth",
url: "/blog/nested/not-private-folder/item8.html",
+ },
+ {
+ dir: "blog",
+ pubDate: undefined,
+ slug: "first-a.html",
+ title: "First",
+ url: "/blog/first-a.html",
}
]
- Expected - 7
+ Received + 7
at /home/runner/work/nue/nue/packages/nuekit/test/nuekit.test.js:152:3
|
test (ubuntu-22.04, bun)
Process completed with exit code 1.
|
test (macos-12, bun)
The job was canceled because "ubuntu-22_04_bun" failed.
|
test (windows-2022, node+jest)
The operation was canceled.
|
test (ubuntu-22.04, bun)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-2022, node+jest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|