Ib improvements #7
Annotations
2 errors and 1 warning
playgrounds/build-frontend/__tests__/build-frontend.spec.ts > build-frontend > should have manifest.json file:
playgrounds/build-frontend/__tests__/build-frontend.spec.ts#L12
AssertionError: expected '{\n "id": "build-frontend",\n "name…' to deeply equal '{\n "id": "build-frontend",\n "name…'
- Expected
+ Received
{
"id": "build-frontend",
"name": "Frontend",
"version": "1.0.0",
"description": "Frontend plugin",
"author": {
"name": "John Doe",
"email": "[email protected]",
"url": "https://example.com"
},
"plugins": [
{
"id": "frontend",
"kind": "frontend",
"name": "frontend",
- "js": "frontend/index.js",
+ "entrypoint": "frontend/index.js",
- "css": "frontend/index.css",
+ "style": "frontend/index.css",
"backend": null
}
]
}
❯ playgrounds/build-frontend/__tests__/build-frontend.spec.ts:12:33
|
validate
Process completed with exit code 1.
|
validate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|