more tests and a review comment

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-10-28 11:08:19 +02:00
parent b5c106ac4c
commit 92d85b80e9
2 changed files with 36 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ then make use of its facilities as necessary:
```typescript
import { TaskManager } from '@backstage/backend-tasks';
import { Duration } from 'luxon';
const manager = TaskManager.fromConfig(rootConfig).forPlugin('my-plugin');