Passed
Branch feature/jest (467f81)
by Florian
03:04
created

Checkout Config

checks:
    javascript: true
filter:
    excluded_paths:
        - test/*
build:
    environment:
        node: '8.4.0'
    tests:
        override:
            -
                command: './node_modules/.bin/jest --config ./build/jest.config.coverage.js'
                coverage:
                    file: 'test/unit/coverage/clover.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'build/*'
checks:
    javascript: true
build:
    nodes:
        analysis:
            environment:
                node:
                    version: 6.0.0
        tests: true