chore: add current provisioning state before migration
This commit is contained in:
parent
a9703b4748
commit
50745b0f22
660 changed files with 88126 additions and 0 deletions
6
core/nulib/tests/mod.nu
Normal file
6
core/nulib/tests/mod.nu
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use std assert
|
||||
|
||||
export def test_addition [] {
|
||||
assert equal (1 + 2) 3
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue