mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Renamed createChannel to mockChannel in storybook-mock-channel
This commit is contained in:
parent
cd7eb71b6e
commit
6f6b119031
@ -75,4 +75,6 @@ function getAddonsStore() {
|
||||
|
||||
// Exporting this twice in order to to be able to import it like { addons } instead of 'addons'
|
||||
// prefer import { addons } from '@storybook/addons' over import addons from '@storybook/addons'
|
||||
//
|
||||
// See public_api.ts
|
||||
export const addons = getAddonsStore();
|
||||
|
@ -1,6 +1,6 @@
|
||||
import Channel from '@storybook/channels';
|
||||
|
||||
export function createChannel() {
|
||||
export function mockChannel() {
|
||||
const transport = {
|
||||
setHandler: () => {},
|
||||
send: () => {},
|
||||
|
@ -15,7 +15,6 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"jsnext:main": "src/index.ts",
|
||||
"scripts": {
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user