Add README.md into plugin package #39
Annotations
10 errors and 2 warnings
|
playgrounds/build-frontend/__tests__/build-frontend.spec.ts > build-frontend > should preserve local markdown link URLs:
playgrounds/build-frontend/__tests__/build-frontend.spec.ts#L43
AssertionError: expected undefined to be defined
❯ playgrounds/build-frontend/__tests__/build-frontend.spec.ts:43:27
|
|
playgrounds/build-frontend/__tests__/build-frontend.spec.ts > build-frontend > should remove external image URLs:
playgrounds/build-frontend/__tests__/build-frontend.spec.ts#L26
AssertionError: expected undefined to be defined
❯ playgrounds/build-frontend/__tests__/build-frontend.spec.ts:26:27
|
|
playgrounds/build-frontend/__tests__/build-frontend.spec.ts > build-frontend > should inline README image links as WebP data URIs:
playgrounds/build-frontend/__tests__/build-frontend.spec.ts#L18
AssertionError: expected undefined to be defined
❯ playgrounds/build-frontend/__tests__/build-frontend.spec.ts:18:27
|
|
playgrounds/build-frontend/__tests__/build-frontend.spec.ts > build-frontend > should have README.md file:
playgrounds/build-frontend/__tests__/build-frontend.spec.ts#L11
AssertionError: expected undefined to be defined
❯ playgrounds/build-frontend/__tests__/build-frontend.spec.ts:11:27
|
|
playgrounds/build-backend/__tests__/build-backend.spec.ts > build-backend > should remove external image URLs (http, https, data):
playgrounds/build-backend/__tests__/build-backend.spec.ts#L105
AssertionError: expected undefined to be defined
❯ playgrounds/build-backend/__tests__/build-backend.spec.ts:105:27
|
|
playgrounds/build-backend/__tests__/build-backend.spec.ts > build-backend > should inline README image links as WebP data URIs:
playgrounds/build-backend/__tests__/build-backend.spec.ts#L97
AssertionError: expected undefined to be defined
❯ playgrounds/build-backend/__tests__/build-backend.spec.ts:97:27
|
|
playgrounds/build-backend/__tests__/build-backend.spec.ts > build-backend > should have README.md file:
playgrounds/build-backend/__tests__/build-backend.spec.ts#L90
AssertionError: expected undefined to be defined
❯ playgrounds/build-backend/__tests__/build-backend.spec.ts:90:27
|
|
playgrounds/build-backend/__tests__/build-backend.spec.ts > build-backend > should have asset txt:
playgrounds/build-backend/__tests__/build-backend.spec.ts#L73
AssertionError: expected undefined to deeply equal 'Hello world'
- Expected:
"Hello world"
+ Received:
undefined
❯ playgrounds/build-backend/__tests__/build-backend.spec.ts:73:26
|
|
playgrounds/build-backend/__tests__/build-backend.spec.ts > build-backend > should have index.js file:
playgrounds/build-backend/__tests__/build-backend.spec.ts#L62
AssertionError: expected undefined to deeply equal '//packages/backend/src/index.tsfuncti…'
- Expected:
"//packages/backend/src/index.tsfunctioninit(){}export{init};"
+ Received:
undefined
❯ playgrounds/build-backend/__tests__/build-backend.spec.ts:62:28
|
|
playgrounds/build-backend/__tests__/build-backend.spec.ts > build-backend > should have manifest.json file:
playgrounds/build-backend/__tests__/build-backend.spec.ts#L16
AssertionError: expected undefined to deeply equal '{\n "id": "build-backend",\n "name"…'
- Expected:
"{
\"id\": \"build-backend\",
\"name\": \"Backend\",
\"version\": \"1.0.0\",
\"description\": \"Backend plugin\",
\"author\": {
\"name\": \"John Doe\",
\"email\": \"john.doe@example.com\",
\"url\": \"https://example.com\"
},
\"links\": {},
\"plugins\": [
{
\"id\": \"backend\",
\"kind\": \"backend\",
\"name\": \"backend\",
\"entrypoint\": \"backend/index.js\",
\"runtime\": \"javascript\",
\"assets\": \"backend/assets\"
}
]
}"
+ Received:
undefined
❯ playgrounds/build-backend/__tests__/build-backend.spec.ts:16:33
|
|
validate (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
validate (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|