Skip to content

gulp test --watch command does not re-run tests on source file change #6754

@etimberg

Description

@etimberg

Expected Behavior

When tests are launched in watch mode, changes to the source code should trigger a new test run.

Current Behavior

Only changes to the test code trigger a new test run.

Possible Solution

I noticed this today but it's likely existed since rollup was introduced. We likely need to rebuild on source change and then have that trigger a new test run

Context

Need to restart tests every time I make a small source change

Environment

  • Chart.js version: master
  • Node v12.13.0
  • Link to your project:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions