UNPKG

jest-in-case

Version:

Jest utility for creating variations of the same test

28 lines (27 loc) 503 B
{ "name": "jest-in-case", "version": "1.0.2", "description": "Jest utility for creating variations of the same test", "main": "index.js", "repository": "Thinkmill/jest-in-case", "author": "James Kyle <me@thejameskyle.com>", "license": "MIT", "engines": { "node": ">=4" }, "files": [ "index.js" ], "keywords": [ "jest", "test", "testing" ], "scripts": { "test": "jest" }, "devDependencies": { "flow-bin": "^0.53.1", "jest": "^20.0.4" } }