prvng_core/nulib/tests/mod.nu

6 lines
74 B
Text
Raw Normal View History

2025-10-07 10:32:04 +01:00
use std assert
export def test_addition [] {
assert equal (1 + 2) 3
}