diff --git a/crates/frontend/tests/ast.rs b/crates/frontend/tests/ast.rs index 193d8c2..bf8f80b 100644 --- a/crates/frontend/tests/ast.rs +++ b/crates/frontend/tests/ast.rs @@ -22,7 +22,8 @@ use kerolox_frontend::{editor::Editor, prelude::*, workspace::Workspace}; use salsa::DatabaseImpl as Db; datatest_stable::harness! { - { test = test_ast, root = "fixtures/ast/" } + { test = test_ast, root = "fixtures/ast/" }, + { test = test_ast, root = "../../examples/" }, } fn test_ast(path: &Path) -> datatest_stable::Result<()> {