于是我在javascript中的新手,我已经经历了一些别人的代码,我发现这个..
describe('deviceready', function() {
it('should report that it fired', function() {
spyOn(app, 'report');
app.deviceready();
expect(app.report).toHaveBeenCalledWith('deviceready');
});
});
我不明白的是:究竟是什么的describe
关键词呢?
信息:
-它是一个应用程序的PhoneGap
-我们使用spine.js和jQuery库