Skip to content

feat: adding docusaurus docs project #797

feat: adding docusaurus docs project

feat: adding docusaurus docs project #797

GitHub Actions / Unit Test Results failed Apr 8, 2024 in 0s

2 fail, 1 skipped, 2 078 pass in 11m 14s

    4 files  ±0    263 suites  ±0   11m 14s ⏱️ +21s
2 081 tests ±0  2 078 ✅ ±0  1 💤 ±0  2 ❌ ±0 
2 289 runs  ±0  2 286 ✅ ±0  1 💤 ±0  2 ❌ ±0 

Results for commit e278b79. ± Comparison against earlier commit 0c083aa.

Annotations

Check warning on line 0 in tests/composables/useTrace.spec.ts

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

useTrace: > upload: > sets hasError to true when failed to parse file (tests/composables/useTrace.spec.ts) failed

packages/app/junit.xml [took 0s]
Raw output
expected false to deeply equal true

AssertionError: expected false to deeply equal true
 ❯ tests/composables/useTrace.spec.ts:26:29

Check warning on line 0 in tests/composables/useTrace.spec.ts

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

useTrace: > upload: > sets file when file parsed successfully (tests/composables/useTrace.spec.ts) failed

packages/app/junit.xml [took 0s]
Raw output
expected null to deeply equal { sources: { '0x00': { …(1) } } }

AssertionError: expected null to deeply equal { sources: { '0x00': { …(1) } } }
 ❯ tests/composables/useTrace.spec.ts:58:25