Clarify test names
This commit is contained in:
@@ -374,8 +374,7 @@ jobs:
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("sets a range for token key", async () => {
|
||||||
it("sets a range for invalid tokens", async () => {
|
|
||||||
const input = "on: push\njobs:\n build:\n runs-o|";
|
const input = "on: push\njobs:\n build:\n runs-o|";
|
||||||
const result = await complete(...getPositionFromCursor(input));
|
const result = await complete(...getPositionFromCursor(input));
|
||||||
|
|
||||||
@@ -390,7 +389,7 @@ jobs:
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it("sets a 0-length range while no initial token", async () => {
|
it("sets a 0-length range while no initial token key", async () => {
|
||||||
const input = "on: push\njobs:\n build:\n |";
|
const input = "on: push\njobs:\n build:\n |";
|
||||||
const result = await complete(...getPositionFromCursor(input));
|
const result = await complete(...getPositionFromCursor(input));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user