Commit cd02d195 authored by Miguel Rincon's avatar Miguel Rincon

Run prettier on a file

parent a7e1d16b
......@@ -2,13 +2,7 @@ import mutations from 'ee/logs/stores/mutations';
import * as types from 'ee/logs/stores/mutation_types';
import logsPageState from 'ee/logs/stores/state';
import {
mockLogsEndpoint,
mockEnvironments,
mockPods,
mockPodName,
mockLines,
} from '../mock_data';
import { mockLogsEndpoint, mockEnvironments, mockPods, mockPodName, mockLines } from '../mock_data';
describe('Logs Store Mutations', () => {
let state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment