fix(core): update

This commit is contained in:
2021-08-17 15:42:37 +02:00
parent 49db495bb9
commit 3bc93871f9
3 changed files with 15 additions and 15 deletions

View File

@ -13,11 +13,11 @@ tap.test('should render central.eu', async (tools) => {
await testSSRInstance.renderPage('https://lossless.com');
});
tap.skip.test('should render lossless.com', async () => {
tap.test('should render lossless.com', async () => {
await testSSRInstance.renderPage('https://lossless.com');
});
tap.skip.test('should render https://lossless.gmbh', async () => {
tap.test('should render https://lossless.gmbh', async () => {
const renderedPage = await testSSRInstance.renderPage('https://lossless.gmbh');
console.log(renderedPage);
});