Skip to content

Commit ee26748

Browse files
committed
fix(file_list): follow symlinks
Changing to the latest version of the glob module means that karma no longer follows symlinks to find files to serve. Setting foillow:true in the glob options enables this behaviour again.
1 parent d83fab9 commit ee26748

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/file_list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Url.prototype.toString = File.prototype.toString = function () {
5353

5454
var GLOB_OPTS = {
5555
// globDebug: true,
56+
follow: true,
5657
cwd: '/'
5758
}
5859

0 commit comments

Comments
 (0)