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