(doc)
| 39 | |
| 40 | test("prettier.printToDoc", async () => { |
| 41 | const hasCursor = (doc) => |
| 42 | findInDoc(doc, (doc) => (doc.type === "cursor" ? true : undefined)) ?? |
| 43 | false; |
| 44 | |
| 45 | expect(hasCursor(doc)).toBe(false); |
| 46 |
no test coverage detected
searching dependent graphs…