Skip to content

Commit

Permalink
un-only
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Jul 26, 2024
1 parent a12ad8e commit 612a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest/is-checkmate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('isCheckmate', () => {
expect(isCheckmate(hexchess)).toBe(true)
})

it.only('no', () => {
it('no', () => {
const hexchess = parseHexchess('b/qbk/n1b1n/r5r/ppppppppp/11/5P5/4P1P4/3P1B1P3/2P2B2P2/1PRNQBKNRP1 w - 0 1')

expect(isCheckmate(hexchess)).toBe(false)
Expand Down

0 comments on commit 612a0fd

Please sign in to comment.