Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit e81749e

Browse files
committed
fix: pass correct "basedir" option
1 parent 1bcd730 commit e81749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/karma

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var requireCliAndRun = function(karmaPath) {
2222
}
2323
};
2424

25-
resolve('karma', {baseDir: process.cwd()}, function(err, pathToKarma) {
25+
resolve('karma', {basedir: process.cwd()}, function(err, pathToKarma) {
2626
// There is a local version, let's use it.
2727
if (!err) {
2828
return requireCliAndRun(pathToKarma.replace(/\/lib\/index\.js/, ''));

0 commit comments

Comments
 (0)