UNPKG

jest-automock

Version:

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

24 lines (23 loc) 492 B
{ "name": "jest-automock", "version": "1.0.2", "description": "A small library used to mock an instance of a class using jest, perfect for mocking injected dependencies.", "main": "dist/index.js", "author": "Daniel Cornock", "scripts": { "build": "tsc" }, "keywords": [ "jest", "testing", "automock" ], "license": "ISC", "devDependencies": { "@types/jest": "^26.0.19", "jest": "^26.6.3" }, "peerDependencies": { "jest": ">= 20.0.0" } }