Skip to content

Commit 29ba702

Browse files
committed
test: remove old test
1 parent 9dcb127 commit 29ba702

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/english/engine.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,4 @@ describe('simple jump', () => {
3434
{ origin: S[22], destination: S[20], captures: S[21] },
3535
]);
3636
});
37-
38-
test('capture is forced', () => {
39-
assert.throw(() => {
40-
engine.move({
41-
origin: S[22],
42-
destination: S[15],
43-
captures: 0,
44-
});
45-
});
46-
});
4737
});

0 commit comments

Comments
 (0)