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
/
search-results
/
index.js
8 lines
(7 loc)
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
lofcg
) {
describe
(
'Search Results'
,
function
(
) {
const
searchTerm =
'Seduction of the Innocent'
;
require
(
'../../shared/search-results/issues-list.spec'
)(lofcg, searchTerm);
require
(
'../../shared/search-results/series-list.spec'
)(lofcg, searchTerm); }); };