ductility 0.1.15

Test Helpers for UI and API development. Written in rust, compiled to WebAssembly
Documentation
1
2
3
4
5
6
7
use ductility::rs::*;

#[test]
fn print_from_nums() {
    println!("Cthulhu Fhtagn!!!");
    assert_eq!(1 + 1, 2);
}