Skip to content

Commit 9140b90

Browse files
authored
export step as internal API
1 parent 9eedefc commit 9140b90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ module.exports = {
3838
store: require('./store'),
3939
/** @type {typeof CodeceptJS.Locator} */
4040
locator: require('./locator'),
41+
/** @type {typeof CodeceptJS.Step} */
42+
Step: require('./step'),
4143

4244
heal: require('./heal'),
4345
ai: require('./ai'),

0 commit comments

Comments
 (0)