test: support e2e in storybook (#1533)

This commit is contained in:
Himself65
2023-03-24 22:25:27 -05:00
committed by GitHub
parent 6d13716e97
commit d8e48ef6aa
10 changed files with 1103 additions and 378 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["./src"]
"include": ["./src", "./.storybook/*.ts"]
}