Skip to content

test: npm install changes broke docusaurus #777

test: npm install changes broke docusaurus

test: npm install changes broke docusaurus #777

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

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

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

Results for commit bdd5b84.

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