feat: move fixtures for newest custom parsers

move-fixtures
Sarah Doire 2 years ago
parent 190462c992
commit 9bde16b36c

@ -14,7 +14,7 @@ describe('WwwCbcCaExtractor', () => {
let url;
beforeAll(() => {
url = 'https://www.cbc.ca/news/business/crea-september-numbers-1.6616369';
const html = fs.readFileSync('./fixtures/www.cbc.ca/1665765912229.html');
const html = fs.readFileSync('./fixtures/www.cbc.ca.html');
result = Mercury.parse(url, { html, fallback: false });
});

@ -16,7 +16,7 @@ describe('WwwInvestmentexecutiveComExtractor', () => {
url =
'https://www.investmentexecutive.com/news/research-and-markets/imf-dims-outlook-for-2023-global-economy-amid-ukraine-war/';
const html = fs.readFileSync(
'./fixtures/www.investmentexecutive.com/1665774067041.html'
'./fixtures/www.investmentexecutive.com.html'
);
result = Mercury.parse(url, { html, fallback: false });
});

@ -109,7 +109,7 @@ describe('PoliticoExtractor', () => {
url =
'https://www.politico.com/news/2022/10/17/student-debt-relief-applications-00062145';
const html = fs.readFileSync(
'./fixtures/www.politico.com/1666117046017.html'
'./fixtures/www.politico.com--test-case-2.html'
);
result = Mercury.parse(url, { html, fallback: false });
});
@ -215,7 +215,7 @@ describe('PoliticoExtractor', () => {
url =
'https://www.politico.com/newsletters/morning-money/2022/10/11/grim-global-outlook-for-imf-world-bank-meetings-00061134';
const html = fs.readFileSync(
'./fixtures/www.politico.com/1666711551296.html'
'./fixtures/www.politico.com--test-case-3.html'
);
result = Mercury.parse(url, { html, fallback: false });
});

Loading…
Cancel
Save