10 lines
122 B
Bash
10 lines
122 B
Bash
setup() {
|
|
load '../../../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "lua" {
|
|
dagger "do" -p ./fmtCheck.cue test
|
|
}
|