UNPKG

jest-plugin-its

Version:

'subject' and 'its' implementations from RSpec in Jest.

35 lines (34 loc) 849 B
{ "name": "jest-plugin-its", "version": "2.9.0", "description": "'subject' and 'its' implementations from RSpec in Jest.", "license": "MIT", "author": "Mark Miyashita <negativetwelve@gmail.com>", "homepage": "https://github.com/negativetwelve/jest-plugins", "repository": "https://github.com/negativetwelve/jest-plugins/tree/master/packages/jest-plugin-its", "keywords": [ "its", "jest", "jest-plugin", "plugin", "subject", "test" ], "main": "build/index", "files": [ "build", "setup.js" ], "dependencies": { "invariant": "^2.2.2", "jest-plugin-set": "^2.9.0" }, "peerDependencies": { "jest": "*" }, "scripts": { "build": "babel src --out-dir build --ignore '**/*.spec.js'", "clean": "rimraf build", "prepublishOnly": "yarn run clean && yarn run build" } }