From 2b2a0ee7586134f4d1f997da61ab0df9476f94d7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 1 Mar 2020 13:41:20 +0000 Subject: [PATCH] fix(core): update --- package.json | 2 +- test/test.ts | 2 +- ts/smartssr.paths.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7711b18..58ca17e 100644 --- a/package.json +++ b/package.json @@ -37,4 +37,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/test/test.ts b/test/test.ts index 1fe22f8..b63bf0c 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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(); }); diff --git a/ts/smartssr.paths.ts b/ts/smartssr.paths.ts index a0b89d6..dc493b7 100644 --- a/ts/smartssr.paths.ts +++ b/ts/smartssr.paths.ts @@ -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); \ No newline at end of file +plugins.smartfile.fs.ensureDirSync(noGitDir);