-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
エラーハンドリング対応 #19
Comments
cucl2-similis
added a commit
that referenced
this issue
Nov 3, 2024
・テストケース追加(AssertionError, InvalidCallError) ・テストコード修正(Assertions, Controller, Validator)
cucl2-similis
added a commit
that referenced
this issue
Nov 29, 2024
・Errorコンポーネント追加 ・テストケース追加(Error)
cucl2-similis
added a commit
that referenced
this issue
Dec 2, 2024
・テストケース追加(EventHandlerErrorBoundary, InvalidCallError)
cucl2-similis
added a commit
that referenced
this issue
Dec 7, 2024
・フォーム送信キャンセル警告を抑制 ・type変更(submit→button) ・submitの既定動作(Enterによるクリック発火)実装 ・本番環境のエラー境界でエラーログ出力を抑制
cucl2-similis
added a commit
that referenced
this issue
Dec 7, 2024
・テスト実行時のエラー境界ログ出力抑制 ・テストケース追加(Form, EventHandlerUtils)
Closed
cucl2-similis
added a commit
that referenced
this issue
Dec 18, 2024
・ErrorコンポーネントE2Eテスト追加 ・想定外エラー発生テスト用サーバ起動処理追加
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assertions#assertNotNull
修正null is null.
)修正console.log
)Assertions#assertNotNull
による例外送出に対して error.js が機能しない。エラーが設定された場合に React コンポーネントから例外送出されるようにする。
console.error
を空の関数で上書きする処理を追加する。Controller#convert
・Validator#hasErrors
)必ず例外送出を行うモックオブジェクトに置き換えてからビルドすることにより、
想定外エラー発生テスト用サーバを起動してE2Eテストを実行する。
The text was updated successfully, but these errors were encountered: