cli: fix templating tests

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-05 11:45:43 +02:00
parent 973b1b2277
commit b6225d61fb
4 changed files with 0 additions and 4 deletions
@@ -82,7 +82,6 @@ describe('backendPlugin factory', () => {
'copying .eslintrc.js',
'templating README.md.hbs',
'templating package.json.hbs',
'copying tsconfig.json',
'copying index.ts',
'templating run.ts.hbs',
'copying setupTests.ts',
@@ -95,7 +95,6 @@ describe('frontendPlugin factory', () => {
'copying .eslintrc.js',
'templating README.md.hbs',
'templating package.json.hbs',
'copying tsconfig.json',
'templating index.tsx.hbs',
'templating index.ts.hbs',
'templating plugin.test.ts.hbs',
@@ -77,7 +77,6 @@ describe('pluginCommon factory', () => {
'copying .eslintrc.js',
'templating README.md.hbs',
'templating package.json.hbs',
'copying tsconfig.json',
'templating index.ts.hbs',
'copying setupTests.ts',
'Installing:',
@@ -77,7 +77,6 @@ describe('scaffolderModule factory', () => {
'copying .eslintrc.js',
'templating README.md.hbs',
'templating package.json.hbs',
'copying tsconfig.json',
'templating index.ts.hbs',
'copying index.ts',
'copying example.test.ts',