Skip to content

Fails by default when running tests in travis #532

Closed
@ForbesLindesay

Description

@ForbesLindesay

Because we enable watch by default, tests will fail if you enable any CI server.

We can fix this in the majority of popular CI systems by checking for process.env.CI='true' (see https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables), and then disabling --watch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions