707dbd0256
- add new entries for #70 and #74 - cleaned-up / enriched a little bit compute and exec tests Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
12 lines
133 B
CUE
12 lines
133 B
CUE
package testing
|
|
|
|
// no-op, should not error
|
|
realempty: {
|
|
#dagger: {}
|
|
}
|
|
|
|
// no-op, should not error
|
|
empty: {
|
|
#dagger: compute: []
|
|
}
|