mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
updated vue test to include new listener
This commit is contained in:
parent
97a6ee1f17
commit
c34c4a05cd
@ -32,8 +32,9 @@ describe('Vue handler', () => {
|
||||
const testStore = new KnobStore();
|
||||
new Vue(vueHandler(testChannel, testStore)(testStory)(testContext)).$mount();
|
||||
|
||||
expect(testChannel.on).toHaveBeenCalledTimes(2);
|
||||
expect(testChannel.on).toHaveBeenCalledTimes(3);
|
||||
expect(testChannel.on).toHaveBeenCalledWith('addon:knobs:reset', expect.any(Function));
|
||||
expect(testChannel.on).toHaveBeenCalledWith('addon:knobs:knobChange', expect.any(Function));
|
||||
expect(testChannel.on).toHaveBeenCalledWith('addon:knobs:knobClick', expect.any(Function));
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user