Merge pull request #185 from goblinfactory-forks/test/content-collect… #78
Annotations
2 errors and 1 warning
packages/nuekit/test/nuekit.test.js#L133
[
{
dir: "blog",
+ slug: "first-b.html",
+ title: "Second",
+ url: "/blog/first-b.html",
+ },
+ {
+ dir: "blog",
slug: "first-a.html",
title: "First",
url: "/blog/first-a.html",
- },
- {
- dir: "blog",
- slug: "first-b.html",
- title: "Second",
- url: "/blog/first-b.html",
},
{
dir: "blog/nested",
slug: "hey2.html",
title: "Fourth",
url: "/blog/nested/hey2.html",
},
{
dir: "blog/nested",
slug: "hey1.html",
title: "Third",
url: "/blog/nested/hey1.html",
}
]
- Expected - 6
+ Received + 6
at /home/runner/work/nue/nue/packages/nuekit/test/nuekit.test.js:133:3
|
|
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/.
|
The logs for this run have expired and are no longer available.
Loading