11 lines
120 B
Plaintext
11 lines
120 B
Plaintext
|
setup() {
|
||
|
load '../../bats_helpers'
|
||
|
|
||
|
common_setup
|
||
|
}
|
||
|
|
||
|
@test "powershell" {
|
||
|
dagger "do" -p ./test.cue test
|
||
|
}
|
||
|
|