UNPKG

tb-cli

Version:

A simple CLI for scaffolding TB.

11 lines (8 loc) 216 B
const getThemeList = require('../../lib/get-themes'); test('can get theme list', done => { function callback (data) { expect(data instanceof Array).toBeTruthy(); done(); } getThemeList(callback); });