UNPKG

jest-fs

Version:

Node.js fs module mock for Jest unit testing

36 lines (35 loc) 748 B
{ "name": "jest-fs", "version": "1.0.2", "description": "Node.js fs module mock for Jest unit testing", "main": "jest-fs.js", "scripts": { "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/leonardomaier/jest-fs.git" }, "keywords": [ "javascript", "jest", "unit-testing", "node.js", "mock" ], "author": "leonardomaier", "license": "ISC", "bugs": { "url": "https://github.com/leonardomaier/jest-fs/issues" }, "homepage": "https://github.com/leonardomaier/jest-fs#readme", "devDependencies": { "eslint": "^8.2.0", "eslint-config-airbnb": "^19.0.4", "jest": "^27.4.7" }, "directories": { "test": "tests" } }