chore: remove "import"

Signed-off-by: Alper Altay <alper.altay@lego.com>
This commit is contained in:
Alper Altay
2024-06-24 15:32:05 +02:00
parent 4baac0c5a5
commit e09456b711
2 changed files with 2 additions and 2 deletions
@@ -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',
);