Skip to content

Upgrade from vuepress to vitepress #127

Upgrade from vuepress to vitepress

Upgrade from vuepress to vitepress #127

Triggered via pull request February 15, 2025 16:52
@jaylinskijaylinski
synchronize #132
vitepress
Status Failure
Total duration 18s
Artifacts

ci.yml

on: pull_request
Test & Lint
10s
Test & Lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/.vitepress/components/playground/lib/example-parser.test.js > the example parser > should treat missing input as 'null': src/.vitepress/components/playground/lib/example-parser.test.js#L72
AssertionError: expected { template: '{{> myPartial}}\n', …(5) } to deeply equal { error: null, input: 'null\n', …(4) } - Expected + Received { "error": null, - "input": "null - ", + "input": null, "output": "Hello", "partials": [ { "content": "Hello", "name": "myPartial", }, ], "preparationScript": "", "template": "{{> myPartial}} ", } ❯ src/.vitepress/components/playground/lib/example-parser.test.js:72:34
Test & Lint
Process completed with exit code 1.