/* eslint-disable no-unused-vars */ // brain // index import { KhmerChessAI, } from './index'; describe('Should import successfully', function () { it('should work', () => { expect(KhmerChessAI.title).toBe('khmer-chess-ai'); }); });