fix ALL karma + mocha tests, + karma integration
This commit is contained in:
parent
061938ea63
commit
ae4dd9a54b
4 changed files with 205 additions and 162 deletions
|
|
@ -25,13 +25,12 @@ describe("Unit: Controllers", function() {
|
|||
var scope;
|
||||
var server;
|
||||
|
||||
beforeEach(module('copayApp.services'));
|
||||
beforeEach(module('copayApp.controllers'));
|
||||
beforeEach(angular.mock.module('copayApp'));
|
||||
beforeEach(module(function($provide) {
|
||||
$provide.value('request', {
|
||||
'get': function(_, cb) {
|
||||
cb(null, null, [{
|
||||
beforeEach(module('copayApp'));
|
||||
beforeEach(module('copayApp.controllers'));
|
||||
beforeEach(module(function($provide) {
|
||||
$provide.value('request', {
|
||||
'get': function(_, cb) {
|
||||
cb(null, null, [{
|
||||
name: 'USD Dollars',
|
||||
code: 'USD',
|
||||
rate: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue