Skip to content

Commit

Permalink
Enable remaining tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed May 29, 2023
1 parent 0dba35e commit b57efe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/providers/hover.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Hover Handling", () => {
/* aha! */
c = d e = f g=3; # some other comment
}`);
/*

test("should correctly return graph info (offset 0)", () => {
const h = hoverAtSampleAtOffset(0);
expect(h.contents).toEqual("(directed graph) GraphName");
Expand Down Expand Up @@ -134,7 +134,6 @@ describe("Hover Handling", () => {
h = hoverSubGraph(17);
expect(h.contents).toEqual("(edge) c -- a");
});
*/

/**
* See https://github.com/nikeee/dot-language-support/issues/83
Expand Down

0 comments on commit b57efe1

Please sign in to comment.