Move the ListenerRSSInfos inside the ListenerRSS namespace

This commit is contained in:
Amaury
2021-06-28 19:05:56 +02:00
parent e6395483e2
commit 1f4029dad2
5 changed files with 18 additions and 16 deletions

View File

@ -2,10 +2,9 @@
import * as Parser from "rss-parser";
// tested class
import {
ListenerRSSInfos as ListenerRRSInfo,
ListenerRss as Listeners,
} from "../";
import { ListenerRss } from "../";
const ListenerRSSInfo = ListenerRss.Config;
// Unit test
import assert from "assert";