UNPKG
leagueofcomicgeeks
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Unofficial Node.js library for interacting with League of Comic Geeks
leagueofcomicgeeks
/
test
/
logged-in
/
pull-list
/
index.js
8 lines
(7 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
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); }); };