Skip to content

gulp test:auto not watching for changes #438

@nowres

Description

@nowres

Hello,

the task "test:auto" is not watching for file change, the Karma option autoWatch must be set to true to do so.

Here's what I put in gulp/unit-tests.js to get it working:

karma.server.start({ configFile: __dirname + '/../karma.conf.js', files: files, autoWatch: !singleRun, singleRun: singleRun }, done);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions