mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix: Remove only call from tests
This commit is contained in:
@@ -41,7 +41,7 @@ describe('Auth Controller', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe.only('#clearLocalStorage', function () {
|
||||
describe('#clearLocalStorage', function () {
|
||||
var timer;
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
Reference in New Issue
Block a user