Skip to content
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

【FrontEnd Test】Visualize Click "+" Button To Add Plot #434

Open
tsuchiyama-araya opened this issue Sep 11, 2024 · 3 comments
Open

【FrontEnd Test】Visualize Click "+" Button To Add Plot #434

tsuchiyama-araya opened this issue Sep 11, 2024 · 3 comments
Assignees

Comments

@tsuchiyama-araya
Copy link
Collaborator

tsuchiyama-araya commented Sep 11, 2024

【Description】

  • Click the "+" Button At Visualize Screen. Passing the Test Conditions Below.

【Test Conditions】

  • "+" Button is Clickable.
  • Plot with ID: 0 is added.
  • Left side bar show contents.
@tsuchiyama-araya
Copy link
Collaborator Author

【進捗報告】
現状はplotlyでJest encountered an unexpected token のエラーで詰まっています。
Image

ーー実施した内容ーー
JestConfigを作成して、transformIgnorePatternsにPlotlyを追加してみました。また、Babelの設定を作成してみましたが、
エラーは解決されませんでした。

ーー想定している内容ーー
テストは通って、成功するか失敗するかまだわからないが、Renderされていれば、問題は解決です。

@itutu-tienday
Copy link
Collaborator

調査状況メモ

上記の状況から、現時点では回避策は特定できていない。
他のコンポーネントでの、同エラーの発生状況を把握のうえ、共通的な対策が必要と考えられる。

@tsuchiyama-araya
Copy link
Collaborator Author

tsuchiyama-araya commented Sep 17, 2024

・川田さんの調査によると、jest Configなどを設定しても、CRAの設定が優先されるので、反映されませんでした。
そのため、CRAの設定で上書きするために、config-override.jsでjestの設定しました。 yarn test --showConfig
を実行するとjestの設定を確認することができる。 → ConfigOverride.jsに設定後yarn test --showConfigを実行した時にReactplotlyをtransformIgnorePatternsにあることを確認できましたが、同じjestエラーが発生しています。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants