Skip to content

Commit

Permalink
fix: add file field for exports interface
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed May 22, 2024
1 parent 99601da commit 0012cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interfaces/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = function (suite) {
}
} else {
suite = Suite.create(suites[0], key);
suite.file = file;
suites.unshift(suite);
visit(obj[key], file);
suites.shift();
Expand Down

0 comments on commit 0012cb7

Please sign in to comment.