Commit feeea7e2 authored by Paul Slaughter's avatar Paul Slaughter

Add helpful WIP warning to test integration spec

**Why?**
We're just trying to set up the integration test
environment right now. This test will be improved upon
in an upcoming MR.
parent aa9ac23e
/**
* WARNING: WIP
*
* Please do not copy from this spec or use it as an example for anything.
*
* This is in place to iteratively set up the frontend integration testing environment
* and will be improved upon in a later iteration.
*
* See https://gitlab.com/gitlab-org/gitlab/-/issues/208800 for more information.
*/
import MockAdapter from 'axios-mock-adapter'; import MockAdapter from 'axios-mock-adapter';
import axios from '~/lib/utils/axios_utils'; import axios from '~/lib/utils/axios_utils';
import { initIde } from '~/ide'; import { initIde } from '~/ide';
......
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