fix(core): update

This commit is contained in:
2021-05-19 15:21:47 +00:00
parent 567507c88b
commit 6ddfaffbff
3 changed files with 8 additions and 6 deletions

View File

@ -14,7 +14,7 @@ tap.test('should start the smartssr instance', async () => {
});
tap.test('should render central.eu', async (tools) => {
await testSSRInstance.renderPage('https://in.work');
await testSSRInstance.renderPage('https://lossless.com');
});
tap.skip.test('should render lossless.com', async () => {