Commit c3e32c8c authored by Nick Kipling's avatar Nick Kipling

Added changelog and small test change

parent c7f850a8
---
title: Adds versions tab and additional versions list to packages details page
merge_request: 31940
author:
type: added
......@@ -10,12 +10,10 @@ jest.mock('~/flash.js');
jest.mock('ee/api.js');
describe('Actions Package details store', () => {
beforeEach(() => {
Api.projectPackage = jest.fn().mockResolvedValue({ data: packageEntity });
});
describe('fetchPackageVersions', () => {
it('should fetch the package versions', done => {
Api.projectPackage = jest.fn().mockResolvedValue({ data: packageEntity });
testAction(
actions.fetchPackageVersions,
undefined,
......
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