Skip to content

Commit 2100d7d

Browse files
committed
Storybook update one normal test
1 parent c2ce3a0 commit 2100d7d

5 files changed

Lines changed: 5 additions & 23 deletions

File tree

client/.storybook/main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ const config: StorybookConfig = {
66
name: "@storybook/vue3-vite",
77
options: {},
88
},
9-
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
9+
stories: [
10+
"../tests/stories/**/*.mdx",
11+
"../tests/stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
12+
],
1013
addons: [
1114
"@chromatic-com/storybook",
1215
"@storybook/addon-docs",

client/.storybook/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"skipLibCheck": true,
99
"jsx": "preserve"
1010
},
11-
"include": ["./**/*", "../src/**/*"]
11+
"include": ["./**/*", "../src/**/*", "../tests/stories/**/*"]
1212
}

client/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<v-app>
33
<ErrorMsg></ErrorMsg>
4-
54
<loading
65
:active="loadingStore.isLoading"
76
color="#215CAF"

client/src/stories/Sanity.stories.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)