Skip to content

Commit

Permalink
ran prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiIsHappy committed Jan 27, 2025
1 parent ff7af2b commit 123e454
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/jaeger-ui/src/components/common/NameSelector.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { shallow } from 'enzyme';
import BreakableText from './BreakableText';
import NameSelector, { DEFAULT_PLACEHOLDER } from './NameSelector';


describe('<NameSelector>', () => {
const placeholder = 'This is the placeholder';
let props;
Expand All @@ -36,7 +35,6 @@ describe('<NameSelector>', () => {
setValue: jest.fn(),
};


wrapper = shallow(<NameSelector {...props} />);
});

Expand Down

0 comments on commit 123e454

Please sign in to comment.