mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat: Implemented basic db operation.
This commit is contained in:
@@ -57,7 +57,8 @@ pub const root: Command = .new(.{
|
||||
});
|
||||
|
||||
test {
|
||||
std.testing.refAllDecls(@import("db.zig"));
|
||||
std.testing.refAllDecls(@import("Config.zig"));
|
||||
std.testing.refAllDecls(@import("Db.zig"));
|
||||
}
|
||||
|
||||
test "enum type" {
|
||||
|
||||
Reference in New Issue
Block a user