Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c8fc842869 | |||
2b2a0ee758 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartssr",
|
"name": "@pushrocks/smartssr",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartssr",
|
"name": "@pushrocks/smartssr",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a smart server side renderer supporting shadow dom",
|
"description": "a smart server side renderer supporting shadow dom",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -23,7 +23,7 @@ tap.skip.test('should render https://lossless.gmbh', async () => {
|
|||||||
const renderedPage = await testSSRInstance.renderPage('https://lossless.gmbh');
|
const renderedPage = await testSSRInstance.renderPage('https://lossless.gmbh');
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should stop the smartssr instacne', async () => {
|
tap.test('should stop the smartssr instance', async () => {
|
||||||
await testSSRInstance.stop();
|
await testSSRInstance.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ import * as plugins from './smartssr.plugins';
|
|||||||
|
|
||||||
export const packageDir = plugins.path.join(__dirname, '../');
|
export const packageDir = plugins.path.join(__dirname, '../');
|
||||||
export const noGitDir = plugins.path.join(packageDir, './.nogit');
|
export const noGitDir = plugins.path.join(packageDir, './.nogit');
|
||||||
plugins.smartfile.fs.ensureDirSync(noGitDir);
|
plugins.smartfile.fs.ensureDirSync(noGitDir);
|
||||||
|
Reference in New Issue
Block a user