test(background-agent): restore spawner createTask import

This commit is contained in:
Ravi Tharuma
2026-03-25 11:13:28 +01:00
parent e5c5438a44
commit fb085538eb

View File

@@ -1,5 +1,5 @@
import { describe, test, expect, mock, afterEach } from "bun:test"
import { startTask } from "./spawner"
import { createTask, startTask } from "./spawner"
import type { BackgroundTask } from "./types"
import {
clearSessionPromptParams,