Use punctuation to make test names clearer
This commit is contained in:
@@ -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", () => {
|
it("returns the correct results", () => {
|
||||||
expect(
|
expect(
|
||||||
filterAndSortRepositoriesWithResultsByName(repositories, {
|
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", () => {
|
it("returns the correct results", () => {
|
||||||
expect(
|
expect(
|
||||||
filterAndSortRepositoriesWithResults(repositories, {
|
filterAndSortRepositoriesWithResults(repositories, {
|
||||||
|
|||||||
Reference in New Issue
Block a user