UNPKG

@kamiazya/jest-dynamic

Version:

An extension to dynamically switch the Jest test suite according to the environment (such as platform).

52 lines (51 loc) 1.29 kB
{ "name": "@kamiazya/jest-dynamic", "version": "0.1.0", "description": "An extension to dynamically switch the Jest test suite according to the environment (such as platform).", "keywords": [ "jest", "testing", "jest-library" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "author": "kamiazya <yuki@kamiazya.tech>", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/kamiazya/jest-dynamic.git" }, "bugs": { "url": "https://github.com/kamiazya/jest-dynamic/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/kamiazya" }, "license": "MIT", "scripts": { "build": "rollup -c", "test": "jest", "lint": "tslint --project ./tsconfig.json" }, "peerDependencies": { "jest": "*" }, "devDependencies": { "@types/jest": "^24.0.25", "@types/node": "^13.1.6", "jest": "^24.9.0", "prettier": "^1.19.1", "rollup": "^1.29.0", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.25.3", "ts-jest": "^24.3.0", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.1.0", "typescript": "^3.7.4" } }