Skip to content

Commit 7fb6e49

Browse files
committed
removed comment from test
1 parent 1472a69 commit 7fb6e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/tests/script.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe("gameplay is functioning properly", () => {
126126
gameConfig.turnTime = 400;
127127
gameConfig.turnCount = 27;
128128
playerTurn();
129-
}); // this should check that both speedUp and lengthUp are working; 28 is a multiple of 4 and 7.
129+
});
130130
test("turnCount should be incremented", () => {
131131
expect(gameConfig.turnCount).toEqual(28);
132132
});

0 commit comments

Comments
 (0)