UNPKG

leagueofcomicgeeks

Version:

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

7 lines (6 loc) 167 B
module.exports = function (lofcg) { describe('Read List', function () { require('./issues-list.spec')(lofcg); require('./series-list.spec')(lofcg); }); };