fix: build of helix_mode tests

This commit is contained in:
CJ van den Berg 2025-10-08 14:16:09 +02:00
parent a64d7c3afa
commit a5dc6d8a43
3 changed files with 11 additions and 66 deletions

View file

@ -1,10 +1,8 @@
const std = @import("std");
const Buffer = @import("Buffer");
const Cursor = @import("Cursor");
const helix = @import("helix");
const Cursor = @import("Buffer").Cursor;
// error: import of file outside module path
// const helix = @import("../src/tui/mode/helix.zig");
const helix = @import("tui").exports.mode.helix;
const ArrayList = std.ArrayList;
const a = std.testing.allocator;