UNPKG

eksi-sozluk

Version:
13 lines (10 loc) 311 B
const { EksiSozluk } = require('../src/index') const instance = new EksiSozluk() describe('Today in History Test', () => { test('Getting Today in History', () => { return instance.todayInHistory('2018', { page: 1 }) .then((data) => { // todo: write today in history tests }) }) })