provisioning/core/nulib/tests/mod.nu

7 lines
75 B
Plaintext
Raw Permalink Normal View History

use std assert
export def test_addition [] {
assert equal (1 + 2) 3
}