mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Removes test focus
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
describe.only('User Controller', function() {
|
describe('User Controller', function() {
|
||||||
var $rootScope, $window, User, shared, scope, ctrl, content;
|
var $rootScope, $window, User, shared, scope, ctrl, content;
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user