mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Turned on client side tests. Fixed broken tests
This commit is contained in:
@@ -4,7 +4,6 @@ describe('Footer Controller', function() {
|
||||
var scope, user;
|
||||
|
||||
beforeEach(inject(function($rootScope, $controller) {
|
||||
console.log(window.env.NODE_ENV);
|
||||
user = specHelper.newUser();
|
||||
var User = {log: sandbox.stub(), set: sandbox.stub(), user: user};
|
||||
scope = $rootScope.$new();
|
||||
|
||||
Reference in New Issue
Block a user