There was an error while loading. Please reload this page.
1 parent c4cd7e1 commit e4a9017Copy full SHA for e4a9017
index.js
@@ -23,7 +23,7 @@ class ResembleHelper extends Helper {
23
24
resolvePath(folderPath) {
25
if (!path.isAbsolute(folderPath)) {
26
- return path.resolve(global.codecept_dir, folderPath) + "/"; // custom helper
+ return path.resolve(global.codecept_dir, folderPath) + "/";
27
}
28
return folderPath;
29
0 commit comments