Skip to content

Commit

Permalink
Update index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavBryukhanov committed May 12, 2022
1 parent bebe985 commit 341fa3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe('<MonitorATMServicesView>', () => {
).not.toBeNull();
});

it('Should track all events', async () => {
it('Should track all events', () => {
const trackSelectServiceSpy = jest.spyOn(track, 'trackSelectService');
const trackViewAllTracesSpy = jest.spyOn(track, 'trackViewAllTraces');
const trackSelectTimeframeSpy = jest.spyOn(track, 'trackSelectTimeframe');
Expand Down

0 comments on commit 341fa3a

Please sign in to comment.