8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
const { startStorybookServer } = require("./storybook-server.cjs");
|
|
|
|
async function globalSetup() {
|
|
await startStorybookServer();
|
|
}
|
|
|
|
module.exports = globalSetup;
|