Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 16, 2023
1 parent dbb059f commit 5f1224f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/checkmates.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import { Game } from 'chess-fetcher'
import { describe, expect, test } from 'vitest'
import { twoBishopMate, fourKnightMate, fourKnightCubeMate, sixKnightRectangleMate, bishopAndKnightMate, singleBishopMate, singleKnightMate } from '../js/goals/game-checks'
import {
twoBishopMate,
fourKnightMate,
fourKnightCubeMate,
sixKnightRectangleMate,
bishopAndKnightMate,
singleBishopMate,
singleKnightMate,
} from '../js/goals/game-checks'

describe('single knight mate', () => {
test.each([
Expand Down

0 comments on commit 5f1224f

Please sign in to comment.