fix(core): update

This commit is contained in:
2021-08-16 10:30:46 +02:00
parent 042caeeeb5
commit 759fa1ff43
3 changed files with 16366 additions and 44 deletions

View File

@ -9,10 +9,6 @@ tap.test('should create a valid smartssr instance', async () => {
});
});
tap.test('should start the smartssr instance', async () => {
await testSSRInstance.start();
});
tap.test('should render central.eu', async (tools) => {
await testSSRInstance.renderPage('https://lossless.com');
});
@ -26,8 +22,4 @@ tap.skip.test('should render https://lossless.gmbh', async () => {
console.log(renderedPage);
});
tap.test('should stop the smartssr instance', async () => {
await testSSRInstance.stop();
});
tap.start();