Skip to content

Commit

Permalink
Hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
klesgidis committed Mar 28, 2024
1 parent 32be681 commit baef194
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/helpers/log-metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ describe('Test log-metrics helper', function () {
loggerStub.args[0][0].should.containEql('[corID] TIME_LOGGING[type][name]');
});
});

context('recordMetric', function () {
it('recordMetric', function () {
console.log('Hello world');
});
});
});

describe('Test recordMetric', function () {
Expand Down

0 comments on commit baef194

Please sign in to comment.