Use punctuation to make test names clearer

This commit is contained in:
Robert
2023-04-18 16:38:56 +01:00
parent dd630bfca8
commit 93acb76099

View File

@@ -451,7 +451,7 @@ describe(filterAndSortRepositoriesWithResultsByName.name, () => {
});
});
describe("when sort key and search and filter withResults are given", () => {
describe("when sort key, search, and filter withResults are given", () => {
it("returns the correct results", () => {
expect(
filterAndSortRepositoriesWithResultsByName(repositories, {
@@ -548,7 +548,7 @@ describe(filterAndSortRepositoriesWithResults.name, () => {
});
});
describe("when sort key and search and filter withResults are given", () => {
describe("when sort key, search, and filter withResults are given", () => {
it("returns the correct results", () => {
expect(
filterAndSortRepositoriesWithResults(repositories, {