mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
11 lines
114 B
Bash
Executable File
Generated
11 lines
114 B
Bash
Executable File
Generated
setup() {
|
|
load '../../bats_helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "bash" {
|
|
dagger "do" -p ./test.cue test
|
|
}
|
|
|