Skip to content

Commit

Permalink
Change addHelperFiles() call to addMatchingHelperFiles()
Browse files Browse the repository at this point in the history
addHelperFiles() was removed in 28f9495. Fixes #197.
  • Loading branch information
lucaswerkmeister authored Jun 13, 2022
1 parent 9d0222b commit 234f981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function runJasmine(jasmine, env, print) {
}

if (env.helpers !== undefined && env.helpers.length) {
jasmine.addHelperFiles(env.helpers);
jasmine.addMatchingHelperFiles(env.helpers);
}

if (env.requires !== undefined && env.requires.length) {
Expand Down

0 comments on commit 234f981

Please sign in to comment.