fix(core): update

This commit is contained in:
2021-05-19 11:32:12 +00:00
parent 602fa2b7ff
commit 35f7bdd984
4 changed files with 37 additions and 4 deletions

View File

@ -23,6 +23,7 @@ tap.skip.test('should render lossless.com', async () => {
tap.skip.test('should render https://lossless.gmbh', async () => {
const renderedPage = await testSSRInstance.renderPage('https://lossless.gmbh');
console.log(renderedPage);
});
tap.test('should stop the smartssr instance', async () => {