0.0.5 • Published 3 years ago

arc-jest v0.0.5

Weekly downloads
5
License
AGPL-3.0-or-later
Repository
github
Last release
3 years ago

Build Status

arc-jest

Arcanist/Phabricator unit test engine for Jest

Install & configuration

  1. Install the package via npm:
npm install arc-jest jest

Config options

PropertyDescriptionDefaultSince version
includePaths that should be used for tests detection""0.0.1
test.dirsSame as include (old implementation)"./src"0.0.1
binBinary that should be used to run tests/node_modules/.bin/jest0.0.2
forceAllForce all tests to run on each difffasle0.0.5

Sample .arcconfig

{
    "project_id": "YourProjectName",
    "load" : ["./node_modules/arc-jest"],
    "unit.engine": "JestUnitTestEngine",
    "jest": {
        "forceAll": true,
        "bin": "npm run jest",
        "include": "/src/app/{components,containers,utils}",
        "test.dirs": [
            "/tests/jest"
        ]
    }
}
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago