vitest-mock-extended

v1.0.4
Type safe mocking extensions for vitest, forked from jest-mock-extended

test

pnpm test:src && pnpm test:example

build

pnpm run clean && pnpm run build:esm && pnpm run build:cjs

clean

rimraf coverage lib

test:src

vitest run --coverage

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs

test:example

cd example && pnpm run test

Metadata

  • MIT
  • Whatever
  • Eike Lurz
  • released 10/31/2022

Downloads

Maintainers