tests: migrate ops test to bats
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
12
tests/ops/exec/undefined/with_pkg_optional/main.cue
Normal file
12
tests/ops/exec/undefined/with_pkg_optional/main.cue
Normal file
@@ -0,0 +1,12 @@
|
||||
package testing
|
||||
|
||||
import (
|
||||
"dagger.io/optional"
|
||||
)
|
||||
|
||||
#up: [
|
||||
{
|
||||
do: "load",
|
||||
from: optional
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user