Skip to content

Commit

Permalink
Merge pull request #1993 from segrey/master
Browse files Browse the repository at this point in the history
propagate "file" property across suites and tests for "exports" inter…
  • Loading branch information
danielstjules committed Dec 25, 2015
2 parents 50920fc + a2a2e6c commit 9d8c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = function(suite) {
} else {
suite = Suite.create(suites[0], key);
suites.unshift(suite);
visit(obj[key]);
visit(obj[key], file);
suites.shift();
}
}
Expand Down

0 comments on commit 9d8c154

Please sign in to comment.