Commit e3d243a3 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera Committed by Paul Slaughter

Rename dashboard_resize_spec.js to dashboard_resize_browser_spec.js

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32086
parent aa13a6c9
/**
* This file should only contain browser specific specs.
* If you need to add or update a spec, please see spec/frontend/monitoring/components/*.js
* https://gitlab.com/gitlab-org/gitlab/-/issues/194244#note_343427737
* https://gitlab.com/groups/gitlab-org/-/epics/895#what-if-theres-a-karma-spec-which-is-simply-unmovable-to-jest-ie-it-is-dependent-on-a-running-browser-environment
*/
import Vue from 'vue'; import Vue from 'vue';
import { createLocalVue } from '@vue/test-utils'; import { createLocalVue } from '@vue/test-utils';
import MockAdapter from 'axios-mock-adapter'; import MockAdapter from 'axios-mock-adapter';
......
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