Skip to content

Workspace versioning #715

Workspace versioning

Workspace versioning #715

Triggered via pull request November 1, 2025 16:03
Status Failure
Total duration 27s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
error: expect(received).toContain(expected): packages\nuekit\test\fswalk.test.js#L81
Expected to contain: "src/index.js" Received: [ "file1.txt", "file2.js", "nested\\nested-file.md", "node_modules\\package.json", "real-dir\\real-file.txt", "src\\components\\Button.jsx", "src\\index.js" ] at <anonymous> (D:\a\nue\nue\packages\nuekit\test\fswalk.test.js:81:17)
error: expect(received).toContain(expected): packages\nuekit\test\fswalk.test.js#L30
Expected to contain: "nested/nested-file.md" Received: [ "@shared\\model\\index.ts", "file1.txt", "file2.js", "nested\\nested-file.md", "node_modules\\package.json", "real-dir\\real-file.txt" ] at <anonymous> (D:\a\nue\nue\packages\nuekit\test\fswalk.test.js:30:17)
error: expect(received).toMatchObject(expected): packages\nuekit\test\file.test.js#L47
{ "base": "index.ts", - "basedir": "@shared", + "copy": [Function: AsyncFunction], "dir": "@shared/model", "ext": ".ts", + "flush": [Function], "is_ts": true, + "mtime": 2025-11-01T16:04:16.835Z, "name": "index", "path": "@shared/model/index.ts", - "rootpath": "test_dir/@shared/model/index.ts", + "rootpath": "test_dir\@shared\model\index.ts", + "slug": "", + "text": [Function: AsyncFunction], + "type": "ts", + "url": "/@shared/model/index.js", + "write": [Function: AsyncFunction], } - Expected - 2 + Received + 9 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\file.test.js:47:16)
error: expect(received).toBe(expected): packages\nuekit\test\deps.test.js#L103
Expected: 5 Received: 4 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\deps.test.js:103:23)
error: expect(received).toEqual(expected): packages\nuekit\test\deps.test.js#L91
[ "globals.js", - "app/main.js", ] - Expected - 1 + Received + 0 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\deps.test.js:91:16)
error: expect(received).toBe(expected): packages\nuekit\test\deps.test.js#L81
Expected: 12 Received: 2 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\deps.test.js:81:23)
error: expect(received).toBe(expected): packages\nuekit\test\deps.test.js#L72
Expected: 9 Received: 3 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\deps.test.js:72:23)
error: expect(received).toBe(expected): packages\nuekit\test\deps.test.js#L65
Expected: 10 Received: 4 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\deps.test.js:65:23)
error: expect(received).toBe(expected): packages\nuekit\test\deps.test.js#L51
Expected: 11 Received: 2 at <anonymous> (D:\a\nue\nue\packages\nuekit\test\deps.test.js:51:23)
error: expect(received).toInclude(expected): packages\nuekit\test\collections.test.js#L99
Expected to include: "<div><p>Hello</p></div>" Received: "\n <!doctype html>\n\n <html lang=\"en-US\">\n <head>\n <title>Hello</title>\n\t<meta charset=\"utf-8\">\n\t<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\n\t<meta name=\"generator\" content=\"Nue v2.0.0-beta.2 (nuejs.org)\">\n\t<meta name=\"date.updated\" content=\"2025-11-01T16:04Z\">\n\t<meta name=\"og:title\" content=\"Hello\">\n\t\n\t<script src=\"/@nue/hmr.js\" type=\"module\"></script>\n \n </head>\n \n <body>\n \n \n \n \n <main>\n \n \n <article>\n \n <h1>Hello</h1>\n \n </article>\n \n \n </main>\n \n \n \n </body>\n \n </html>\n " at <anonymous> (D:\a\nue\nue\packages\nuekit\test\collections.test.js:99:16)