Skip to content

Commit a6786a8

Browse files
committed
chore: comments
1 parent 8a490c8 commit a6786a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bin/testObservability/helper/helper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ const nodeRequest = (type, url, data, config) => {
145145
});
146146
}
147147

148-
exports.nodeRequest = nodeRequest;
149-
150148
exports.failureData = (errors,tag) => {
151149
if(!errors) return [];
152150
try {

bin/testObservability/reporter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class MyReporter {
212212
const lastTest = this.current_test;
213213
this.current_test = test;
214214
test.retryOf = null;
215-
test.testAnalyticsId = uuidv4()
215+
test.testAnalyticsId = uuidv4();
216216
test.started_at = (new Date()).toISOString();
217217
test.test_started_at = test.started_at;
218218
if(test._currentRetry > 0 && lastTest && lastTest.title == test.title) {

0 commit comments

Comments
 (0)