Modify title and intro for machine type documentation #48910
Annotations
4 errors
|
frame
Process completed with exit code 1.
|
|
src/frame/tests/pages.ts > pages module > loadPages > every English page has a filename that matches its slugified title or shortTitle:
src/frame/tests/pages.ts#L126
AssertionError:
Found 1 file that do not match their slugified titles.
{
"file": "changing-the-machine-type-for-your-codespace.md",
"title": "Changing the machine type for your codespace all",
"path": "content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md"
}
To fix, run: npm run-script update-filepaths --paths [FILEPATHS]
: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ src/frame/tests/pages.ts:126:42
|
|
content-linter
Process completed with exit code 1.
|
|
src/content-linter/tests/integration/lint-cli.ts > Content Linter CLI Integration Tests > Linter functionality verification > should detect errors when explicitly running search-replace rule:
src/content-linter/tests/integration/lint-cli.ts#L64
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/content-linter/tests/integration/lint-cli.ts:64:5
|