Skip to content

Commit

Permalink
Test finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRenton committed May 7, 2024
1 parent 555a92c commit 25a6d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ test("decipher map code with normal (\"advanced\") mode", () => {
};

const output = controller.deciferMapCode(mapCode, mapMode);
expect(expectedOutput).toEqual(output);
expect(1).toEqual(1);
});

0 comments on commit 25a6d55

Please sign in to comment.