Skip to content

Commit

Permalink
busted
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Mar 5, 2024
1 parent 9643e7e commit 2875871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { mergeConfig } from 'vite';
import turbosnap from 'vite-plugin-turbosnap';
/** @type { import('@storybook/web-components-vite').StorybookConfig } */
const config = {
stories: ['../src/github/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
stories: ['../src/github/*.mdx', '../src/github/user/user.stories.@(js|jsx|ts|tsx)'],
addons: [
'@storybook/addon-essentials',
'@storybook/addon-a11y',
Expand Down
2 changes: 1 addition & 1 deletion src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
render: (args) => {
console.log('args1', {...args})
let repos;
console.log('args2!', JSON.stringify([parseFetchedRepo(repoProfileComponents), parseFetchedRepo(repoStorydocker)]).replace(/"/g, "||||"))
// console.log('args2!', JSON.stringify([parseFetchedRepo(repoProfileComponents), parseFetchedRepo(repoStorydocker)]).replace(/"/g, "||||"))
if (args.repos2) {
repos = args.repos2;
delete args.repos2;
Expand Down

0 comments on commit 2875871

Please sign in to comment.