How to unit test local functions in Knockout and Durandal through Jasmine?

前端 未结 0 606
轮回少年
轮回少年 2021-02-01 15:57

I have my View Model file(say SOService) using requireJS like so:

define([\'dependencies/dep1\'],
    function (dep1) {
        var vm = {
            func1: func         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题