Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Oct 15, 2024
1 parent b3eeee9 commit c50b0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { render } from '@testing-library/react';
import { LoggerContextProvider, LoggerContextProviderProps } from './LoggerContext';
import { LoggerContextProvider, type LoggerContextProviderProps } from './LoggerContext';
import { ApplicationInsights } from '@microsoft/applicationinsights-web';

jest.mock('@microsoft/applicationinsights-web', () => {
Expand Down

0 comments on commit c50b0b9

Please sign in to comment.