jest-environment-enzyme
Version:
Runtime Environment for enzyme tests in jest
56 lines (55 loc) • 1.45 kB
JSON
{
"name": "jest-environment-enzyme",
"version": "7.1.2",
"description": "Runtime Environment for enzyme tests in jest",
"main": "lib/index.js",
"author": "Blaine Kasten <blainekasten@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/FormidableLabs/enzyme-matchers/blob/master/packages/jest-environment-enzyme#readme",
"scripts": {
"lint": "eslint ./src",
"clean": "rm -rf ./lib",
"build:js": "babel --root-mode upward src --out-dir lib --ignore '**/__tests__/*.js'",
"copy-dts": "cpy src/index.d.ts lib",
"build": "npm run clean && npm run build:js && npm run copy-dts",
"prepublish": "npm run build"
},
"files": [
"lib"
],
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/enzyme-matchers.git"
},
"keywords": [
"javascript",
"shallow rendering",
"shallowRender",
"test",
"reactjs",
"react",
"flux",
"testing",
"test utils",
"assertion helpers",
"tdd",
"jest",
"enzyme"
],
"bugs": {
"url": "https://github.com/FormidableLabs/enzyme-matchers/issues"
},
"peerDependencies": {
"enzyme": "3.x",
"jest": ">=22.0.0",
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || >=16.x"
},
"devDependencies": {
"cpy-cli": "^2.0.0"
},
"dependencies": {
"jest-environment-jsdom": "^24.0.0"
},
"gitHead": "abce48ffb02e9da2b3b021d9c3d2b2ef2697ddd5"
}