tests: move tests top-level
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
11
tests/compute/success/noop/main.cue
Normal file
11
tests/compute/success/noop/main.cue
Normal file
@@ -0,0 +1,11 @@
|
||||
package testing
|
||||
|
||||
// no-op, should not error
|
||||
realempty: {
|
||||
#dagger: {}
|
||||
}
|
||||
|
||||
// no-op, should not error
|
||||
empty: {
|
||||
#dagger: compute: []
|
||||
}
|
Reference in New Issue
Block a user