feat(web): add web generator #277
ci.yml
on: pull_request
Lint & Format
29s
Test & Coverage
36s
Annotations
4 errors, 1 warning, and 2 notices
|
Lint & Format
Process completed with exit code 1.
|
|
Test & Coverage
Process completed with exit code 1.
|
|
Test & Coverage:
doc/api/test.md#L1
This is a ERROR issue
|
|
should process entries and include JSX wrapper elements:
src/generators/jsx-ast/utils/__tests__/buildContent.test.mjs#L24
Error [ERR_TEST_FAILURE]: Values have same structure but are not reference-equal:
[
'NotificationProvider',
'NavBar'
]
at async Promise.all (index 0) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Values have same structure but are not reference-equal:
[
'NotificationProvider',
'NavBar'
]
at TestContext.<anonymous> (file:///home/runner/work/api-docs-tooling/api-docs-tooling/src/generators/jsx-ast/utils/__tests__/buildContent.test.mjs:24:12)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1442:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:296:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [ 'NotificationProvider', 'NavBar' ],
expected: [ 'NotificationProvider', 'NavBar' ],
operator: 'strictEqual'
}
}
|
|
Test & Coverage:
doc/api/test.md#L1
This is a WARN issue
|
|
Test & Coverage
Total Tests: 165
Suites 📂: 55
Passed ✅: 164
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 5195.308ms
|
|
Test & Coverage:
doc/api/test.md#L1
This is a INFO issue
|