We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0912b commit 1170061Copy full SHA for 1170061
lib/jasmine-node/spec-collection.js
@@ -14,7 +14,7 @@ var createSpecObj = function(path, root) {
14
};
15
16
exports.load = function(loadpath, matcher) {
17
- var wannaBeSpecs = walkdir.sync(loadpath)
+ var wannaBeSpecs = walkdir.sync(loadpath, { follow_symlinks: true })
18
specs = [];
19
20
for (var i = 0; i < wannaBeSpecs.length; i++) {
0 commit comments