如何模拟“ <input type =” file“” =“” in =“” angular =“” 6 =“” unit =“” test =“”

时间:2018-11-02 16:31:16

标签: angular unit-testing karma-jasmine code-coverage angular-cli-v6

=“ “

我需要为下面的控件编写一个单元测试用例,该用例仅接受json文件。我需要将模拟文件设置为json文件,以增加代码覆盖率报告。

<input
  #fileInput
  hidden
  id="importFile"
  type="file"
  accept=".json"
  (change)="importKeys($event)"
  >

0 个答案:

没有答案