package testing import "dagger.io/dagger/op" TestExportNumber: { number #up: [ op.#FetchContainer & { ref: "alpine" }, op.#Exec & { args: ["sh", "-c", """ echo -123.5 > /tmp/out """, ] }, op.#Export & { // Source path in the container source: "/tmp/out" format: "json" }, ] }