Skip to content

Commit

Permalink
revert me: make the tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Mar 19, 2024
1 parent aa26d69 commit 9dce39e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cases/compiler/2dArrays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ class Board {
private allShipsSunk() {
return this.ships.every(function (val) { return val.isSunk; });
}
}
}

console.log("revert me");

0 comments on commit 9dce39e

Please sign in to comment.