Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 18:10:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 18:10:00 +0300
commit8b1036168b0d395c379cbbaf457e256860147405 (patch)
treecd9f06daf5ef1f0f24137540bb1382d3e26c0bb6 /spec/frontend/contributors
parent52522f10237f685c2535e6511d632bacdc7f6a78 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/contributors')
-rw-r--r--spec/frontend/contributors/store/actions_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/contributors/store/actions_spec.js b/spec/frontend/contributors/store/actions_spec.js
index b2ebdf2f53c..72b22548aa2 100644
--- a/spec/frontend/contributors/store/actions_spec.js
+++ b/spec/frontend/contributors/store/actions_spec.js
@@ -6,7 +6,7 @@ import { createAlert } from '~/flash';
import axios from '~/lib/utils/axios_utils';
import { HTTP_STATUS_BAD_REQUEST, HTTP_STATUS_OK } from '~/lib/utils/http_status';
-jest.mock('~/flash.js');
+jest.mock('~/flash');
describe('Contributors store actions', () => {
describe('fetchChartData', () => {