Skip to content

Commit

Permalink
Set better name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Oct 19, 2023
1 parent 8d69782 commit 9512a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/modules/telemetry/telemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ let telemetryModuleManager;
const config = JSON.parse(await readFile('./test/modules/telemetry/config.json'));

describe('Telemetry module', () => {
before('Initialize telemetry module manager', () => {
before('Initialize logger', () => {
logger = new Logger('trace');
logger.info = () => {};
});

describe('Your Test Suite', () => {
describe('Handle received events', () => {
it('should call onEventReceived when event is emitted', async () => {
const eventEmitter = {
eventListeners: {},
Expand Down

0 comments on commit 9512a2d

Please sign in to comment.