build: fix tests build

This commit is contained in:
CJ van den Berg 2026-02-26 14:10:29 +01:00
parent 389082e4ac
commit 272e35b048
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 16 additions and 3 deletions

View file

@ -1,6 +1,6 @@
const std = @import("std");
const builtin = @import("builtin");
const nw = @import("nightwatch.zig");
const nw = @import("nightwatch");
// ---------------------------------------------------------------------------
// TestHandler - records every callback so tests can assert on them.