Update game.test.js

This commit is contained in:
Steve Kinney
2024-10-02 15:41:32 -05:00
parent 25f1a63b96
commit 8fb10ac976

View File

@@ -9,7 +9,7 @@ describe('Game', () => {
}); });
it('should have a secret number', () => { it('should have a secret number', () => {
// Thisn't really a useful test. // This isn't really a useful test.
// Do I *really* care about the type of the secret number? // Do I *really* care about the type of the secret number?
// Do I *really* care about the name of a "private" property? // Do I *really* care about the name of a "private" property?
const game = new Game(); const game = new Game();