mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Move test
This commit is contained in:
parent
875f30bece
commit
aea1ceafe5
1 changed files with 4 additions and 4 deletions
|
|
@ -197,10 +197,6 @@ describe('Challenges Controller', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe('edit', function() {
|
||||
it('transitions to edit page');
|
||||
});
|
||||
|
||||
describe('addTask', function() {
|
||||
it('adds default task to array');
|
||||
it('removes text from new task input box');
|
||||
|
|
@ -356,6 +352,10 @@ describe('Challenges Controller', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe('edit', function() {
|
||||
it('transitions to edit page');
|
||||
});
|
||||
|
||||
describe('discard', function() {
|
||||
it('sets new challenge to null');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue