dylanhart / ulid-rs

This is a Rust implementation of the ulid project
https://crates.io/crates/ulid
MIT License
385 stars 37 forks source link

Add Wasm tests running with wasm-bindgen-test #73

Closed jakubadamw closed 9 months ago

jakubadamw commented 9 months ago
running 7 tests
test wasm32_datetime::nil_is_at_unix_epoch ... ok
test wasm32_datetime::default_is_nil ... ok
test wasm32_datetime::test_timestamp ... ok
test wasm32_datetime::test_datetime ... ok
test wasm32_datetime::test_order ... ok
test wasm32_datetime::test_source ... ok
test wasm32_datetime::test_dynamic ... ok
test result: ok. 7 passed; 0 failed; 0 ignored

Unfortunately, I had to add them as a new test module because the runner won't pick them up otherwise. See the last sentence of this guide.