The 'describe' keyword in javascript

后端 未结 3 1619
情歌与酒
情歌与酒 2021-01-30 10:08

So I am a newbie in javascript and i had been going through some one else\'s code and I found this..

describe(\'deviceready\', function() {
    it(\'should rep         


        
3条回答
  •  死守一世寂寞
    2021-01-30 10:39

    Describe is not part of Javascript, it is a function defined in the library you used (namely Jasmine)

提交回复
热议问题