mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Move test
This commit is contained in:
@@ -197,10 +197,6 @@ describe('Challenges Controller', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('edit', function() {
|
|
||||||
it('transitions to edit page');
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('addTask', function() {
|
describe('addTask', function() {
|
||||||
it('adds default task to array');
|
it('adds default task to array');
|
||||||
it('removes text from new task input box');
|
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() {
|
describe('discard', function() {
|
||||||
it('sets new challenge to null');
|
it('sets new challenge to null');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user