TypeError:无法读取属性' model'未定义的

时间:2017-08-20 18:35:47

标签: javascript jquery html angularjs jasmine

  • 我正在尝试为我的打字稿文件运行jasmine测试用例,但它没有运行...
  • 你能告诉我如何解决它......
  • 在下方提供我的代码......
  • 但当它转换为js时它正在运行..
  • 我又面临一个错误......

TypeError:无法读取属性' model'未定义的

  • 工作小提琴

http://jsfiddle.net/om4pc7s8/1/

  • 不工作小提琴

https://jsfiddle.net/h6ck42kx/3/

describe("Our data array", function() {
  it("has four items", function() {
    var example = new Example();
    expect(example.players()).toBe(0);
  });
});

0 个答案:

没有答案