現在、Angular Materialを使用するいくつかの角度コンポーネントについていくつかのユニットテストを書いています。私が今問題を抱えているのは、単体テストを実行するときに次の警告が表示され続けることです。ユニットテストコンポーネントの場合に表示される角度の材料の警告
console.warn node_modules\@angular\material\bundles\material.umd.js:183
Current document does not have a doctype. This may cause some Angular Material components not to behave as expected.
console.warn node_modules\@angular\material\bundles\material.umd.js:196
Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.ang
ular.io/guide/theming
console.warn node_modules\@angular\material\bundles\material.umd.js:3327
Could not find HammerJS. Certain Angular Material components may not work correctly.
これらの警告は正常ですか?どのようにこれらの警告を抑制するためのアイデアは、私が本当に単体テストに関係しているとは思わないのですか?