alef-cli 0.13.5

CLI for the alef polyglot binding generator
1
2
3
4
5
6
7
8
9
// Integration tests for cleanup module
// Note: The cleanup function is internal to alef-cli, so we test
// its behavior through the public API by running alef generate.

#[test]
fn test_integration_imports() {
    // This test verifies the binary can be compiled with the cleanup module.
    // The actual cleanup behavior is tested through e2e tests with real kreuzberg project.
}