Skip to content

Commit

Permalink
chore: generate separate test for each input
Browse files Browse the repository at this point in the history
  • Loading branch information
Balint Dolla committed Nov 2, 2023
1 parent 2372e70 commit cb639b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/getIceBreakerWindow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ describe("getIceBreakerWindow", () => {
MockDate.reset();
});

it("Should return correct window", () => {
testCases.forEach((testCase) => {
testCases.forEach((testCase) => {
it("Should return correct window", () => {
MockDate.set(testCase.today);

const window = getIceBreakerWindow();
Expand Down

0 comments on commit cb639b1

Please sign in to comment.