provisioning-core/nulib/tests/mod.nu

6 lines
74 B
Text
Raw Permalink Normal View History

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