From 23b5c69f52b0007a6727bd04a5fe373e97df0739 Mon Sep 17 00:00:00 2001 From: pc Date: Tue, 27 Jan 2026 02:03:56 +0100 Subject: feat: suggest proc group instead of individual procs --- src/testing/testing.odin | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing') diff --git a/src/testing/testing.odin b/src/testing/testing.odin index 2013f79..20327a7 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -68,6 +68,9 @@ setup :: proc(src: ^Source) { server.setup_index() + // Set the collection's config to the test's config to enable feature flags like enable_fake_method + server.indexer.index.collection.config = &src.config + server.document_setup(src.document) server.document_refresh(src.document, &src.config, nil) -- cgit v1.2.3