Fixes karma test
This commit is contained in:
parent
f9e8ce2be3
commit
8992fe2ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var moment = require('moment');
|
var moment = moment || require('moment');
|
||||||
var RateService = copay.RateService;
|
var RateService = copay.RateService;
|
||||||
|
|
||||||
describe('RateService model', function() {
|
describe('RateService model', function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue