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
/
new-comics
/
index.js
8 lines
(7 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
lofcg
) {
describe
(
'New Comics'
,
function
(
) {
const
newComicsDate =
'2016-01-04'
;
require
(
'../../shared/new-comics/issues-list.spec'
)(lofcg, newComicsDate);
require
(
'../../shared/new-comics/series-list.spec'
)(lofcg, newComicsDate); }); };