UNPKG

eksi-sozluk

Version:
13 lines (10 loc) 254 B
const { EksiSozluk } = require('../src/index') const instance = new EksiSozluk() describe('Agenda Test', () => { test('Getting Agenda', () => { return instance.agenda() .then((data) => { // todo: write agenda tests }) }) })