Skip to content

Commit d4b0615

Browse files
committed
Fixing case sensitive spec file names issues
1 parent 7f34156 commit d4b0615

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/lib/specUtils.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ module.exports.getSpecFromDir = function(dirPath) {
114114
var supportedSpecNames = global.opts.core.common.specFiles;
115115
var specPath;
116116

117-
// Normalizing file names
118-
dirContent = dirContent.map(function(item){
119-
return item.toLowerCase();
120-
});
121-
122117
for (var i=0; i < supportedSpecNames.length; i++) {
123118
var item = supportedSpecNames[i];
124119

0 commit comments

Comments
 (0)