We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
【Description】
【Test Conditions】
The text was updated successfully, but these errors were encountered:
【進捗報告】 現状はplotlyでJest encountered an unexpected token のエラーで詰まっています。
ーー実施した内容ーー JestConfigを作成して、transformIgnorePatternsにPlotlyを追加してみました。また、Babelの設定を作成してみましたが、 エラーは解決されませんでした。
ーー想定している内容ーー テストは通って、成功するか失敗するかまだわからないが、Renderされていれば、問題は解決です。
Sorry, something went wrong.
PlotlyChart
上記の状況から、現時点では回避策は特定できていない。 他のコンポーネントでの、同エラーの発生状況を把握のうえ、共通的な対策が必要と考えられる。
・川田さんの調査によると、jest Configなどを設定しても、CRAの設定が優先されるので、反映されませんでした。 そのため、CRAの設定で上書きするために、config-override.jsでjestの設定しました。 yarn test --showConfig を実行するとjestの設定を確認することができる。 → ConfigOverride.jsに設定後yarn test --showConfigを実行した時にReactplotlyをtransformIgnorePatternsにあることを確認できましたが、同じjestエラーが発生しています。
tsuchiyama-araya
No branches or pull requests
【Description】
【Test Conditions】
The text was updated successfully, but these errors were encountered: