This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
dagger
Archived
Watch
1
Star
0
Fork
0
You've already forked dagger
Code
Issues
1
Pull Requests
1
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-04-08
. You can view files and clone it, but cannot push or open issues or pull requests.
ce1a5659eb
dagger
/
pkg
/
universe.dagger.io
/
yarn
/
test
/
test.bats
10 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Basic test infrastructure for Europa Universe - Each package can include its own bats file (e.g. `universe.dagger.io/yarn/test/yarn.bats`) - universe.dagger.io includes a common bash helper file - bats is installed/launched through yarn with minimal setup - shellcheck is done across the entire repo - Integrated into our CI Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-19 04:13:07 +01:00
setup() {
load '../../bats_helpers'
common_setup
}
yarn: cleanup tests Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-02-09 09:58:34 +01:00
@test "yarn" {
dagger up
tests: Basic test infrastructure for Europa Universe - Each package can include its own bats file (e.g. `universe.dagger.io/yarn/test/yarn.bats`) - universe.dagger.io includes a common bash helper file - bats is installed/launched through yarn with minimal setup - shellcheck is done across the entire repo - Integrated into our CI Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-19 04:13:07 +01:00
}
Reference in New Issue
Copy Permalink