10 lines
92 B
Bash
10 lines
92 B
Bash
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "yarn" {
|
|
dagger up
|
|
}
|