fix(core): update

This commit is contained in:
2020-02-12 21:32:25 +00:00
parent 503d542d42
commit 714073d1c6
7 changed files with 11 additions and 17 deletions

View File

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