Skip to content

Commit 234f981

Browse files
Change addHelperFiles() call to addMatchingHelperFiles()
addHelperFiles() was removed in 28f9495. Fixes #197.
1 parent 9d0222b commit 234f981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function runJasmine(jasmine, env, print) {
140140
}
141141

142142
if (env.helpers !== undefined && env.helpers.length) {
143-
jasmine.addHelperFiles(env.helpers);
143+
jasmine.addMatchingHelperFiles(env.helpers);
144144
}
145145

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

0 commit comments

Comments
 (0)