Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 24, 2020
1 parent fc5733e commit 3a09eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/src/index.js
Expand Up @@ -276,7 +276,7 @@ export default function get(entryLoc): Array<Suite> {
if (suiteOptsLoc) suite.options = require(suiteOptsLoc);

for (const taskName of fs.readdirSync(suite.filename)) {
pushTask(taskName, suite.filename + "/" + taskName, suiteName, suites);
pushTask(taskName, suite.filename + "/" + taskName, suite, suiteName);
}
}

Expand Down

0 comments on commit 3a09eb2

Please sign in to comment.