UNPKG

jest-automock

Version:

A small library used to mock an instance of a class using jest, perfect for mocking injected dependencies.

8 lines (7 loc) 161 B
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "./dist" /* Redirect output structure to the directory. */, "rootDir": "./src" } }