fix(core): update
This commit is contained in:
@ -5,7 +5,7 @@ let testSSRInstance: smartssr.SmartSSR;
|
||||
|
||||
tap.test('should create a valid smartssr instance', async () => {
|
||||
testSSRInstance = new smartssr.SmartSSR({
|
||||
debug: true
|
||||
debug: true,
|
||||
});
|
||||
});
|
||||
|
||||
@ -13,8 +13,10 @@ tap.test('should start the smartssr instance', async () => {
|
||||
await testSSRInstance.start();
|
||||
});
|
||||
|
||||
tap.test('should render central.eu', async tools => {
|
||||
await testSSRInstance.renderPage('https://central.eu/article/5e76873b9cf69b7bf6bc78bc/Introducing%3A%20central.eu');
|
||||
tap.test('should render central.eu', async (tools) => {
|
||||
await testSSRInstance.renderPage(
|
||||
'https://central.eu/article/5e76873b9cf69b7bf6bc78bc/Introducing%3A%20central.eu'
|
||||
);
|
||||
});
|
||||
|
||||
tap.skip.test('should render lossless.com', async () => {
|
||||
|
Reference in New Issue
Block a user