Include examples in AST test fixture
This commit is contained in:
@@ -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<()> {
|
||||
|
||||
Reference in New Issue
Block a user