Skip to content

Commit fe85cc0

Browse files
author
Evgenii Podivilov
committed
fix: 🐛 re-export util importConfig
1 parent 999c69e commit fe85cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { curl, log, startMountebank, startPlaywright, injectPredicate } = require('./src');
1+
const { curl, log, startMountebank, startPlaywright, showPlaywrightReport, injectPredicate, importConfig } = require('./src');
22

3-
module.exports = { curl, log, startMountebank, startPlaywright, injectPredicate };
3+
module.exports = { curl, log, startMountebank, startPlaywright, showPlaywrightReport, injectPredicate, importConfig };

0 commit comments

Comments
 (0)