Coding Global Background
Coding Global

Can this still be easily unit tested?

Archiviert 3 months ago
1 Nachrichten
2 Mitglieder
4 months ago
In Discord öffnen
S
wobby (ᵔᴥᵔ)

Spielt Custom Status

Script Kiddie!

```ts import { inject } from 'vue' import { IocEnum } from '@/enums/ioc-enum' export function useConversation() { // TODO Check if this is the optimal injection way const logger: ConsoleLogger = inject(IocEnum.LOGGER)! } ``` Can this still be easily unit tested?

Antworten (1)