78ca8d66c4
Signed-off-by: teddylear <teddylear@protonmail.com>
10 lines
122 B
Bash
10 lines
122 B
Bash
setup() {
|
|
load '../../../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "lua" {
|
|
dagger "do" -p ./fmtCheck.cue test
|
|
}
|