UNPKG
ale-package
Version:
latest (0.0.2)
0.0.2
0.0.1
ale package
github.com/antoinetam/ale-package
antoinetam/ale-package
ale-package
/
lib
/
getStepDefinitionPathsFrom.js
7 lines
(5 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
path =
require
(
"path"
);
module
.
exports
= {
getStepDefinitionPathsFrom
:
(
filePath
) =>
filePath.
replace
(path.
extname
(filePath),
""
), };