Clarify test names

This commit is contained in:
Jacob Wallraff
2023-01-12 15:23:59 -08:00
parent 51908ec789
commit 1f22c3ab31
+2 -3
View File
@@ -374,8 +374,7 @@ jobs:
});
});
it("sets a range for invalid tokens", async () => {
it("sets a range for token key", async () => {
const input = "on: push\njobs:\n build:\n runs-o|";
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 result = await complete(...getPositionFromCursor(input));