Skip to content

Commit b0a86cb

Browse files
committed
remove silly test
1 parent 51059da commit b0a86cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/services/ghost/__tests__/GhostStreamingParser.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,6 @@ function fibonacci(n: number): number {
273273
})
274274

275275
describe("error handling", () => {
276-
it("should throw error if not initialized", () => {
277-
const uninitializedParser = new GhostStreamingParser()
278-
279-
expect(() => {
280-
uninitializedParser.parseResponse("test")
281-
}).toThrow("Parser not initialized")
282-
})
283-
284276
it("should handle context without document", () => {
285277
const contextWithoutDoc = {} as GhostSuggestionContext
286278
parser.initialize(contextWithoutDoc)

0 commit comments

Comments
 (0)