2018ac99f0
Signed-off-by: Chris Hunt <114173+cdhunt@users.noreply.github.com>
11 lines
120 B
Bash
11 lines
120 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "powershell" {
|
|
dagger "do" -p ./test.cue test
|
|
}
|
|
|