mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +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'
|
// 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'
|
// prefer import { addons } from '@storybook/addons' over import addons from '@storybook/addons'
|
||||||
|
//
|
||||||
|
// See public_api.ts
|
||||||
export const addons = getAddonsStore();
|
export const addons = getAddonsStore();
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Channel from '@storybook/channels';
|
import Channel from '@storybook/channels';
|
||||||
|
|
||||||
export function createChannel() {
|
export function mockChannel() {
|
||||||
const transport = {
|
const transport = {
|
||||||
setHandler: () => {},
|
setHandler: () => {},
|
||||||
send: () => {},
|
send: () => {},
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"jsnext:main": "src/index.ts",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "node ../../scripts/prepare.js"
|
"prepare": "node ../../scripts/prepare.js"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user