Skip to content

test: fixes for test after eth 5 to 6 migration #390

test: fixes for test after eth 5 to 6 migration

test: fixes for test after eth 5 to 6 migration #390

GitHub Actions / Unit Test Results failed Aug 20, 2024 in 0s

2 fail, 1 skipped, 2 084 pass in 11m 19s

    4 files  ±0    263 suites  ±0   11m 19s ⏱️ +21s
2 087 tests ±0  2 084 ✅ ±0  1 💤 ±0  2 ❌ ±0 
2 296 runs  ±0  2 293 ✅ ±0  1 💤 ±0  2 ❌ ±0 

Results for commit d536292. ± Comparison against earlier commit ccea0dc.

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