10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
setup() {
|
||
|
load '../../bats_helpers'
|
||
|
|
||
|
common_setup
|
||
|
}
|
||
|
|
||
|
@test "yarn.#Build" {
|
||
|
dagger up ./yarn-test.cue
|
||
|
}
|