node and browser bindings for gleam
at master 7 lines 145 B view raw
1import gleeunit/should 2import plinth/javascript/big_int 3 4pub fn add_test() { 5 big_int.from_int(1) 6 |> should.equal(big_int.from_string("1")) 7}