From 85dc423f7090da0a52c73eb66faf22ddb20efff9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 19 Sep 2020 01:45:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-4-stable-ee --- spec/frontend_integration/test_helpers/factories/commit.js | 1 - spec/frontend_integration/test_helpers/mock_server/graphql.js | 1 - spec/frontend_integration/test_helpers/utils/overclock_timers.js | 1 - 3 files changed, 3 deletions(-) (limited to 'spec/frontend_integration') diff --git a/spec/frontend_integration/test_helpers/factories/commit.js b/spec/frontend_integration/test_helpers/factories/commit.js index 1ee82e74ffe..09bb5fd589b 100644 --- a/spec/frontend_integration/test_helpers/factories/commit.js +++ b/spec/frontend_integration/test_helpers/factories/commit.js @@ -2,7 +2,6 @@ import { withValues } from '../utils/obj'; import { getCommit } from '../fixtures'; import { createCommitId } from './commit_id'; -// eslint-disable-next-line import/prefer-default-export export const createNewCommit = ({ id = createCommitId(), message }, orig = getCommit()) => { return withValues(orig, { id, diff --git a/spec/frontend_integration/test_helpers/mock_server/graphql.js b/spec/frontend_integration/test_helpers/mock_server/graphql.js index 6dcc4798378..654c373e5a6 100644 --- a/spec/frontend_integration/test_helpers/mock_server/graphql.js +++ b/spec/frontend_integration/test_helpers/mock_server/graphql.js @@ -16,6 +16,5 @@ const graphqlResolvers = { }, }; -// eslint-disable-next-line import/prefer-default-export export const graphqlQuery = (query, variables, schema) => graphql(graphqlSchema, query, graphqlResolvers, schema, variables); diff --git a/spec/frontend_integration/test_helpers/utils/overclock_timers.js b/spec/frontend_integration/test_helpers/utils/overclock_timers.js index 046c7f8e527..7df8af30a61 100644 --- a/spec/frontend_integration/test_helpers/utils/overclock_timers.js +++ b/spec/frontend_integration/test_helpers/utils/overclock_timers.js @@ -31,7 +31,6 @@ * * @param {Number} boost */ -// eslint-disable-next-line import/prefer-default-export export const useOverclockTimers = (boost = 50) => { if (boost <= 0) { throw new Error(`[overclock_timers] boost (${boost}) cannot be <= 0`); -- cgit v1.2.3