mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix test
This commit is contained in:
parent
b188566126
commit
974b58fb24
@ -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(`
|
||||
|
Loading…
x
Reference in New Issue
Block a user