UNPKG

@storybook/channel-websocket

Version:

Storybook Websocket Channel is a channel for Storybook that can be used when the Storybook Renderer should communicate with the Storybook Manager over the network. A channel can be created using the `createChannel` function.

8 lines (6 loc) 200 B
const path = require('path'); const baseConfig = require('../../jest.config.browser'); module.exports = { ...baseConfig, displayName: __dirname.split(path.sep).slice(-2).join(path.posix.sep), };