Path: blob/main/tests/docs/playwright/ojs/errors/test-no-echo.qmd
3563 views
--- title: "No Echo + Error" format: html --- Tests if an import with `echo: false` eventually shows source on error. ```{ojs} //| echo: false import { aq, op, badImport } from '@uwdata/arquero' x = badImportOnLine11 ```