We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac527b commit 1b70c8eCopy full SHA for 1b70c8e
exercises/practice/game-of-life/game-of-life.spec.js
@@ -3,7 +3,7 @@ import { GameOfLife } from './game-of-life';
3
4
describe('Game of Life', () => {
5
// Empty matrix
6
- test('tells a gigasecond anniversary since midnight', () => {
+ test('empty matrix', () => {
7
const matrix = [];
8
const game = new GameOfLife(matrix);
9
game.tick();
0 commit comments