UNPKG

leagueofcomicgeeks

Version:

Unofficial Node.js library for interacting with League of Comic Geeks

8 lines (7 loc) 234 B
module.exports = function (lofcg) { describe('Pull List', function () { const pullListDate = '2017-05-03'; require('./issues-list.spec')(lofcg, pullListDate); require('./series-list.spec')(lofcg, pullListDate); }); };