fix(core): update
This commit is contained in:
		| @@ -37,4 +37,4 @@ | ||||
|     "npmextra.json", | ||||
|     "readme.md" | ||||
|   ] | ||||
| } | ||||
| } | ||||
| @@ -23,7 +23,7 @@ tap.skip.test('should render https://lossless.gmbh', async () => { | ||||
|   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(); | ||||
| }); | ||||
|  | ||||
|   | ||||
| @@ -2,4 +2,4 @@ import * as plugins from './smartssr.plugins'; | ||||
|  | ||||
| export const packageDir = plugins.path.join(__dirname, '../'); | ||||
| 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