Skip to content

test.unit.js rebuilds stuff many times when jumping between branches #1759

@IgorMinar

Description

@IgorMinar

looks like gulp-watch calls us once for each file changed or something like that, which means that if we are jumping between branches lots the build task gets called lots of times.

repro:

gulp test.unit.js

in another shell

git checkout some-very-different-branch

expected: one rebuild happens followed by one test run
actual: many rebuilds happen followed by one test run

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions