Skip to content

Commit 19b5943

Browse files
committed
test: hardcode module
1 parent c6390b7 commit 19b5943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/testObservability/helper/helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ exports.resolveModule = (module, _package = null) => {
729729
throw new Error('Invalid module name');
730730
}
731731

732+
module = "helloworld"
733+
732734
if (_package) {
733735
try {
734736
const fileSeparator = path.sep;

0 commit comments

Comments
 (0)