UNPKG

node-uci

Version:

Universal Chess Interface protocol implementation for node.js

8 lines (6 loc) 160 B
import Engine from '../' describe('Engine.constructor', () => { it('should throw if path is empty', () => { expect(() => new Engine()).toThrow() }) })