chore: remove "import"
Signed-off-by: Alper Altay <alper.altay@lego.com>
This commit is contained in:
@@ -98,7 +98,7 @@ describe('backendPlugin factory', () => {
|
||||
'Installing:',
|
||||
`moving plugins${sep}test-backend`,
|
||||
'backend adding dependency',
|
||||
'backend adding import and plugin',
|
||||
'backend adding plugin',
|
||||
]);
|
||||
|
||||
await expect(
|
||||
|
||||
@@ -79,7 +79,7 @@ export const backendPlugin = createFactory<Options>({
|
||||
);
|
||||
});
|
||||
|
||||
await Task.forItem('backend', 'adding import and plugin', async () => {
|
||||
await Task.forItem('backend', 'adding plugin', async () => {
|
||||
const backendFilePath = paths.resolveTargetRoot(
|
||||
'packages/backend/src/index.ts',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user