Improve display of KCL backtrace (#7582)

* Improve display of KCL backtrace

* Fix circular dep
This commit is contained in:
Jonathan Tran
2025-06-23 17:11:13 -04:00
committed by GitHub
parent 0cd6031aae
commit bb3a74076f
12 changed files with 49 additions and 30 deletions

View File

@ -265,6 +265,8 @@ middle(0)
})
await expect(
page.getByText(`assert failed: Expected 0 to be greater than 0 but it wasn't
Backtrace:
assert()
check()
middle()`)