build: fix tests build
This commit is contained in:
parent
389082e4ac
commit
272e35b048
2 changed files with 16 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue