test: add preact test #1
Annotations
2 errors and 1 warning
error: expect(received).toStrictEqual(expected):
tests/solidjs/prerender.test.tsx#L27
+ <div innerHTML=undefined />
- {
- props: {
- innerHTML: "<div>Hello, Solidjs!</div>",
- },
- type: "div",
- }
- Expected - 6
+ Received + 1
at /home/runner/work/prerender-macro/prerender-macro/tests/solidjs/prerender.test.tsx:27:7
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|