Coding Global Background
Coding Global

Can this still be easily unit tested?

Archived 3 months ago
1 messages
2 members
4 months ago
Open in Discord
S
wobby (ᵔᴥᵔ)

Playing 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?

Replies (1)