Type Error in Vitest: Missing TestContext in Custom Service Injection
Vitest missing TestContext in type.
I have the following Test (which i'm sure is probably not a great test cause i'm providing services which not sure if thats ok in unit test.
The test passes but I get a type error:
My understanding was that
I have the following Test (which i'm sure is probably not a great test cause i'm providing services which not sure if thats ok in unit test.
The test passes but I get a type error:
My understanding was that
TestServices was auto injected, however i'm guessing because I am manually providing here its overriding it? (shot in the dark)