mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
fix: Remove only call from tests
This commit is contained in:
parent
5127068ca7
commit
d0e6dbe103
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ describe('Auth Controller', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe.only('#clearLocalStorage', function () {
|
||||
describe('#clearLocalStorage', function () {
|
||||
var timer;
|
||||
|
||||
beforeEach(function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue