zls/tests/tests.zig
Techatrix f6082e837d prepare testing framework
- allow source files from tests as a package
- use `tests/tests.zig` as the entry point
- add `Context.requestAlloc`
2022-08-26 16:45:22 +02:00

11 lines
168 B
Zig

test {
_ = @import("sessions.zig");
// TODO Lifecycle Messages
// TODO Document Synchronization
// TODO LSP features
// TODO Language features
}