Commit fe8f5ca4 authored by Paul Slaughter's avatar Paul Slaughter
parent f40775e8
......@@ -33,7 +33,7 @@ jest.mock('~/lib/utils/url_utility', () => ({
.mockImplementation((parameterName) => mockQueryParams[parameterName]),
}));
describe('app_index_apollo_client.vue', () => {
describe('app_index.vue', () => {
const projectPath = 'project/path';
const newReleasePath = 'path/to/new/release/page';
const before = 'beforeCursor';
......
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