UNPKG

@split-tests/jest

Version:

Splits test files in Jest and ensures all parallel jobs finish work at a similar time

34 lines (33 loc) 749 B
{ "name": "@split-tests/jest", "version": "0.1.0", "description": "Splits test files in Jest and ensures all parallel jobs finish work at a similar time", "dependencies": { "@split-tests/core": "^0.1.0" }, "repository": { "type": "git", "url": "kamilkisiela/split-tests", "directory": "packages/jest" }, "keywords": [ "jest", "jest-sequencer", "ci", "test", "testing", "parallelisation" ], "author": { "name": "Kamil Kisiela", "email": "kamil.kisiela@gmail.com", "url": "https://github.com/kamilkisiela/split-tests" }, "license": "MIT", "main": "index.cjs.js", "module": "index.esm.js", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" } }