mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
test: fix types test import extension
This commit is contained in:
parent
6e443bf8d4
commit
64c4fcb2af
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { hookExecutionOutputStatusSchema } from "../vscode-extension-host"
|
||||
import { hookExecutionOutputStatusSchema } from "../vscode-extension-host.js"
|
||||
|
||||
describe("hookExecutionOutputStatusSchema", () => {
|
||||
it("accepts a valid started payload", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue