Feature Request: Support Vitest #5064
Answered
by
satanTime
NateRadebaugh
asked this question in
Q&A
-
Describe the feature or problem you'd like to solveI know jest is supported, but is Vitest? The syntax is very similar. |
Beta Was this translation helpful? Give feedback.
Answered by
satanTime
Mar 3, 2023
Replies: 2 comments 3 replies
-
Hey @NateRadebaugh, personally, I don't have experience with So if |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
satanTime
-
it needs the equivalent of jest-preset-angular |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @NateRadebaugh,
personally, I don't have experience with
Vitest
, but if it's very similar it should work.The only thing
ng-mocks
requires isangular
,beforeEach
,afterEach
,beforeAll
andafterAll
.So if
Vitest
is providing them,ng-mocks
should be compatible with it.