Upgrade from vuepress to vitepress #127
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.
|