UNPKG

node-uci

Version:

Universal Chess Interface protocol implementation for node.js

7 lines (5 loc) 154 B
const { Engine, EngineChain } = require('../../lib') it('exports', () => { expect(Engine).toMatchSnapshot() expect(EngineChain).toMatchSnapshot() })