feat(web): add web generator #147
ci.yml
on: pull_request
Lint & Format
34s
Test & Coverage
40s
Annotations
3 errors, 1 warning, and 2 notices
|
Test & Coverage
Process completed with exit code 1.
|
|
Test & Coverage:
doc/api/test.md#L1
This is a ERROR issue
|
|
should include expected fields:
src/generators/jsx-ast/utils/__tests__/buildBarProps.test.mjs#L19
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ []
- [
- {
- depth: 2,
- slug: 'sample-func',
- value: 'SampleFunc'
- }
- ]
at new Promise (<anonymous>)
at Array.map (<anonymous>) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ []
- [
- {
- depth: 2,
- slug: 'sample-func',
- value: 'SampleFunc'
- }
- ]
at TestContext.<anonymous> (file:///home/runner/work/api-docs-tooling/api-docs-tooling/src/generators/jsx-ast/utils/__tests__/buildBarProps.test.mjs:19:14)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:1047:25)
at Test.start (node:internal/test_runner/test:944:17)
at node:internal/test_runner/test:1440:71
at node:internal/per_context/primordials:483:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:451:29)
at node:internal/per_context/primordials:483:9
at Array.map (<anonymous>) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [],
expected: [ [Object] ],
operator: 'deepStrictEqual'
}
}
|
|
Test & Coverage:
doc/api/test.md#L1
This is a WARN issue
|
|
Test & Coverage
Total Tests: 151
Suites 📂: 53
Passed ✅: 150
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3600.631ms
|
|
Test & Coverage:
doc/api/test.md#L1
This is a INFO issue
|