Fix formatting in hover.test.ts
This commit is contained in:
@@ -13,7 +13,7 @@ export function testHoverConfig(tokenValue: string, tokenKey: string, descriptio
|
|||||||
throw new Error("Test provider only supports string tokens");
|
throw new Error("Test provider only supports string tokens");
|
||||||
}
|
}
|
||||||
|
|
||||||
expect((token ).value).toEqual(tokenValue);
|
expect(token.value).toEqual(tokenValue);
|
||||||
expect(token.definition!.key).toEqual(tokenKey);
|
expect(token.definition!.key).toEqual(tokenKey);
|
||||||
|
|
||||||
return description;
|
return description;
|
||||||
|
|||||||
Reference in New Issue
Block a user