forked from VOICEVOX/voicevox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vitestのブラウザモードを使えるようにし、StorybookのVitest統合を使う (VOICEVOX#2289)
* Migrate: storybookのmigrationを実行 * Add: browserモードで動かすように * Delete: vitest-exampleを削除 * Add: vitestにstorybookを統合 * Delete: test:storybook周りを削除 * Add: ui modeのscriptを追加 * Change: headlessにする * Add: コメントを追加 * Fix: postinstall周りを修正 * Fix: vite.config.mtsの型エラーを修正 * Fix: Chromiumを指定 * Fix: スタイルを修正 * Change: ubuntuでテストする * Add: ハックを追加 * Update: playwright/testを更新 * Update: READMEを更新 * Change: test-watch:unit:ui -> test-ui:unit Co-authored-by: Hiroshiba <[email protected]> * Change: headlessで動かすように Co-authored-by: Hiroshiba <[email protected]> * Change: バージョンを固定 Co-Authored-By: Hiroshiba <[email protected]> * Update: READMEを更新 * Refactor: workspace周りを整理 * Add: NOTEを追加 * Fix: 日本語を修正 * Change: fnをStoryのargsに動かす * Add: エラーメッセージを追加 * Delete: 不要そうなパッケージを削除 * Change: もっといい解決方法を使う * Code: README周りの書き方を変える * Code: vitest.workspace.mtsを読みやすくする * Delete: QuasarのVite Pluginを削除 * Delete: Quasarに依存してた場所を削除 * Fix: テストが落ちてるのを修正 * Fix: package-lock.jsonを再構築 * Delete: test-runnerを削除 * Revert: やっぱりQuasarのVite Pluginを足す * Fix: $qが欠けてるのを直す * 差分を減らす・依存ライブラリを減らす --------- Co-authored-by: Hiroshiba <[email protected]> Co-authored-by: Hiroshiba <[email protected]> Co-authored-by: Hiroshiba Kazuyuki <[email protected]>
- Loading branch information
1 parent
4bb13ca
commit 1e08956
Showing
27 changed files
with
8,348 additions
and
16,555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { beforeAll } from "vitest"; | ||
import { setProjectAnnotations } from "@storybook/vue3"; | ||
import * as previewAnnotations from "./preview"; | ||
|
||
const annotations = setProjectAnnotations([previewAnnotations]); | ||
|
||
beforeAll(annotations.beforeAll); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.