feat: json, json-all generators #914
ci.yml
on: pull_request
Lint & Format
29s
Test & Coverage
35s
Annotations
3 errors and 1 notice
|
Test & Coverage
Process completed with exit code 1.
|
|
module.md:
src/generators/json/__tests__/index.test.mjs#L45
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(validator.validate(result[0], schema).valid)
at TestContext.<anonymous> (file:///home/runner/work/doc-kit/doc-kit/src/generators/json/__tests__/index.test.mjs:45:14)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1113:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
|
|
text-doc.md:
src/generators/json/__tests__/index.test.mjs#L45
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(validator.validate(result[0], schema).valid)
at TestContext.<anonymous> (file:///home/runner/work/doc-kit/doc-kit/src/generators/json/__tests__/index.test.mjs:45:14)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1113:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1518:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
|
|
Test & Coverage
Total Tests: 346
Suites 📂: 93
Passed ✅: 344
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6804.139ms
|