karma-runner/karma

Files via symlinks are not watched (OS/X).

Open

#1566 opened on Aug 20, 2015

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (11,918 stars) (1,703 forks)batch import
help wantedneeds: investigation

Description

Files described in "files" that are behind symlinks are not watched. I.e., updates do not trigger re-running tests, although the files are served correctly.

Symlinks can be especially important when incorporating modules from nested gitmodules. Esp. when using a global systemjs config.js file (where relative paths do not work).

[related issue: https://github.com/karma-runner/karma/issues/895]

Contributor guide