Remove todo
This commit is contained in:
@@ -103,7 +103,6 @@ jobs:
|
|||||||
const result = await complete(...getPositionFromCursor(input), {fileProvider: testFileProvider});
|
const result = await complete(...getPositionFromCursor(input), {fileProvider: testFileProvider});
|
||||||
|
|
||||||
expect(result).not.toBeUndefined();
|
expect(result).not.toBeUndefined();
|
||||||
//TODO contains instead of equals
|
|
||||||
expect(mapResult(result)).toContainEqual({label: "inherit"});
|
expect(mapResult(result)).toContainEqual({label: "inherit"});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user