0

私たちのテストに構文エラーがあると、次のような結果が得られます。

WARNING in ./tests/components/RequesterInfo/RequsterInfo.spec.js
Module build failed: SyntaxError: /Volumes/dev/VisualforceCore/tests/components/RequesterInfo/RequsterInfo.spec.js: Unexpected token, expected , (34:39)
  32 |             TimeZoneSidKey: 'America/Indiana/Indianapolis',
  33 |             Title: 'CTO',
> 34 |             SatisfactionLevel__c: value: 'Low',
     |                                        ^
  35 |           }
  36 |           fieldSet: {
  37 |             LanguageLocaleKey: { label: 'Language' },

すべての出力に飲み込まれてしまうため、このエラーを見逃すことがよくあります。構文エラーでカルマを失敗させることはできますか?

4

0 に答える 0