UNPKG

jest-plugin-unhandled-promise

Version:

Surfaces unhandled promise rejections in jest tests.

37 lines (36 loc) 970 B
{ "name": "jest-plugin-unhandled-promise", "version": "2.9.0", "description": "Surfaces unhandled promise rejections in jest tests.", "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-unhandled-promise", "keywords": [ "dx", "jest", "jest-plugin", "plugin", "promise", "test" ], "main": "build/install", "files": [ "build", "setup.js" ], "peerDependencies": { "jest": "*" }, "devDependencies": { "jest-plugin-action": "^2.9.0", "jest-plugin-console-matchers": "^2.9.0", "jest-plugin-context": "^2.9.0", "jest-plugin-set": "^2.9.0" }, "scripts": { "build": "babel src --out-dir build --ignore '**/*.spec.js'", "clean": "rimraf build", "prepublishOnly": "yarn run clean && yarn run build" } }