UNPKG

@stryker-mutator/mocha-runner

Version:

A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework

56 lines (55 loc) 1.62 kB
{ "name": "@stryker-mutator/mocha-runner", "version": "6.4.1", "description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", "scripts": { "test": "c8 npm run test:all", "test:all": "npm run test:unit && npm run test:integration", "test:unit": "mocha 'dist/test/unit/**/*.js'", "test:integration": "mocha --no-timeout 'dist/test/integration/**/*.js'", "stryker": "node ../core/bin/stryker.js run" }, "repository": { "type": "git", "url": "https://github.com/stryker-mutator/stryker-js.git", "directory": "packages/mocha-runner" }, "engines": { "node": ">=14.18.0" }, "keywords": [ "stryker", "mocha", "@stryker-mutator/test-runner-plugin" ], "publishConfig": { "access": "public" }, "author": "Simon de Lang <simon.delang@infosupport.com>", "contributors": [ "Nico Jansen <jansennico@gmail.com>", "Simon de Lang <simondelang@gmail.com>" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/stryker-mutator/stryker-js/issues" }, "homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner", "dependencies": { "@stryker-mutator/api": "6.4.1", "@stryker-mutator/util": "6.4.1", "tslib": "~2.5.0" }, "devDependencies": { "@stryker-mutator/test-helpers": "6.4.1", "@types/glob": "8.0.1", "@types/node": "18.13.0" }, "peerDependencies": { "@stryker-mutator/core": "^6.4.0", "mocha": ">= 7.2 < 11" }, "gitHead": "165e172005213b67683bbff0eca0d89412f66050" }