阅读背景:

如何在茉莉花测试中加入角项的依赖项

来源:互联网 

Here is the test spec file:

这里是测试规范文件:

describe('Test main controller', function(){
        it('Should initialize value to Loading', function(){
            $scope = {}
            ctrl =  new mainNavController($scope)
            expect($scope.wksp_name).toBe('Loading')
        })
    })
desc



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: