Skip to content

Commit

Permalink
Removes an only directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryann committed Oct 16, 2024
1 parent ab99900 commit d9db54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/perft.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("perft", () => {
assert.deepEqual(actualStates, expectedStates);
});

it.only("position 2, aka Kiwipete", () => {
it("position 2, aka Kiwipete", () => {
const expectedStates: number[] = [1, 48];
const actualStates = runPerftTest(
expectedStates.length,
Expand Down

0 comments on commit d9db54c

Please sign in to comment.