This is a monorepo for the mock-typed library used for type safe and convenient mocking in jest and vi unit tests.
See the respective usage descriptions:
Run pnpm run test in the respective package.
Add your feature or fix and create a Pull Request.
To bump the version of the packages without committing changes, run the following terminal command:
pnpm version 1.2.3 -r --no-commit-hooks --no-git-tag-version -ws --no-workspaces-updateWhere 1.2.3 is the new semver.
The monorepo structure is inspired by eslint-typescript-custom-rule by Vincent François .