Skip to content

feat: adding docusaurus docs project #992

feat: adding docusaurus docs project

feat: adding docusaurus docs project #992

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

2 fail, 1 skipped, 2 078 pass in 10m 45s

    4 files  +    4    263 suites  +263   10m 45s ⏱️ + 10m 45s
2 081 tests +2 081  2 078 ✅ +2 078  1 💤 +1  2 ❌ +2 
2 289 runs  +2 289  2 286 ✅ +2 286  1 💤 +1  2 ❌ +2 

Results for commit de4df79. ± Comparison against earlier commit fefd445.

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