generated from ElnuDev/rust-project
Remove test that causes nix build to fail
This commit is contained in:
parent
cccc18d704
commit
a4f513703f
1 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Reference in a new issue