This commit is contained in:
Norbert de Langen 2022-07-05 20:05:18 +02:00
parent b188566126
commit 974b58fb24
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -166,16 +166,14 @@ describe('Refs API', () => {
it('passes version when set on the ref', async () => {
// given
provider.getConfig.mockReturnValueOnce({
refs: {
fake: {
id: 'fake',
url: 'https://example.com',
title: 'Fake',
version: '2.1.3-rc.2',
},
global.REFS = {
fake: {
id: 'fake',
url: 'https://example.com',
title: 'Fake',
version: '2.1.3-rc.2',
},
});
};
initRefs({ provider, store });
expect(fetch.mock.calls).toMatchInlineSnapshot(`