prefer type-only imports in testing utilities
This commit is contained in:
parent
e7015d4f8e
commit
b013649a41
8 changed files with 27 additions and 25 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { TimeService, Timer } from '@/global/TimeService.js';
|
||||
import { TimeService, type Timer } from '@/global/TimeService.js';
|
||||
import { addPatch, type DatePatch } from '@/misc/patch-date.js';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue