We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f23c7 commit 2fd93fdCopy full SHA for 2fd93fd
1 file changed
src/plugins/discover/public/application/components/loading_spinner/loading_spinner.test.tsx
@@ -23,7 +23,7 @@ import { LoadingSpinner } from './loading_spinner';
23
// @ts-ignore
24
import { findTestSubject } from '@elastic/eui/lib/test';
25
26
-describe('loading spinner', function() {
+describe('loading spinner', function () {
27
let component: ReactWrapper;
28
29
it('LoadingSpinner renders a Searching text and a spinner', () => {
0 commit comments