Skip to content

Commit e4a9017

Browse files
s_ashiotiss_ashiotis
s_ashiotis
authored and
s_ashiotis
committed
remove comment
1 parent c4cd7e1 commit e4a9017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ResembleHelper extends Helper {
2323

2424
resolvePath(folderPath) {
2525
if (!path.isAbsolute(folderPath)) {
26-
return path.resolve(global.codecept_dir, folderPath) + "/"; // custom helper
26+
return path.resolve(global.codecept_dir, folderPath) + "/";
2727
}
2828
return folderPath;
2929
}

0 commit comments

Comments
 (0)