1 parent af2456f commit 54613c4Copy full SHA for 54613c4
1 file changed
src/lib/sandbox-base-image/local-build-heartbeat.test.ts
@@ -17,7 +17,7 @@ function heartbeatChild() {
17
};
18
}
19
20
-describe("local sandbox base-image build heartbeat", () => {
+describe("sandbox base-image Docker operation heartbeat", () => {
21
it("runs independently of the synchronous build and stops afterward", () => {
22
const fixture = heartbeatChild();
23
fixture.spawnImpl.mockReturnValue(fixture.child);
0 commit comments