Arrange Act Assert

Jag Reehals thinking on things, mostly product development

Tag: vitest-mock-extended

1 post tagged “vitest-mock-extended”.

fn(args, deps) Is Not Anti-Mock

23 Mar 2026

People hear "don't use vi.mock" and assume the alternative is "don't mock anything." That is not the argument.

fn(args, deps) is not anti-mock

The real distinction is simpler: mock explicit collaborators, not implicit imports.

Read More →