Remove test that causes nix build to fail

main
Elnu 10 months ago
parent cccc18d704
commit a4f513703f

@ -62,14 +62,4 @@ pub fn render(input: &str) -> Result<String> {
keyboard: serde_json::from_str(input)?,
};
Ok(document.render()?)
}
#[cfg(test)]
mod tests {
use super::render_file;
#[test]
fn render() {
render_file("layout.json", "output.svg").unwrap();
}
}
Loading…
Cancel
Save