Update game.test.js
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user