node.js - Including Jasmine-node files in Karma's runner -
currently have set of node.js javascript files along side set of "regular" javascript files send down browser, using angular client side framework. unit testing using jasmine-node test server , using jasmine via karma client side files. there way can include jasmine-node files karma have single test runner?
i have node.js server angular.js client code , using jasmine-node. not know if there way (or if desirable) use jasmine-node test client code. using karma (which formerly testacular) , works beautifully. need create config file loads project , angular.mock.js , points test files.
i'm sorry doesn't answer question painless testing method.
Comments
Post a Comment