Merge pull request #13530 from backstage/rugvip/fixtest

cli: fix templating tests
This commit is contained in:
Patrik Oldsberg
2022-09-05 12:13:39 +02:00
committed by GitHub
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',