We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51059da commit b0a86cbCopy full SHA for b0a86cb
src/services/ghost/__tests__/GhostStreamingParser.test.ts
@@ -273,14 +273,6 @@ function fibonacci(n: number): number {
273
})
274
275
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
284
it("should handle context without document", () => {
285
const contextWithoutDoc = {} as GhostSuggestionContext
286
parser.initialize(contextWithoutDoc)
0 commit comments