mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
[Task] Remove TODOS
This commit is contained in:
parent
9123078293
commit
1525657ac2
@ -18,8 +18,6 @@ define(
|
||||
'dialogService',
|
||||
['getUserInput']
|
||||
);
|
||||
// TODO: replace the dialogServicePromise with a deferred and
|
||||
// get rid of chainedPromise.
|
||||
dialogServicePromise = jasmine.createSpyObj(
|
||||
'dialogServicePromise',
|
||||
['then']
|
||||
@ -72,8 +70,6 @@ define(
|
||||
});
|
||||
|
||||
it("returns a promise", function () {
|
||||
// This test is testing that chainedPromise is returned.
|
||||
// TODO: have better assumptions with deferred objects.
|
||||
expect(locationResult.then).toBeDefined();
|
||||
});
|
||||
|
||||
|
@ -45,7 +45,6 @@ define(
|
||||
callExtensions,
|
||||
spy;
|
||||
|
||||
// TODO: return a proper deferred to support composing.
|
||||
performPromise = jasmine.createSpyObj(
|
||||
'performPromise',
|
||||
['then']
|
||||
|
@ -45,7 +45,6 @@ define(
|
||||
callExtensions,
|
||||
spy;
|
||||
|
||||
// TODO: return a proper deferred to support composing.
|
||||
performPromise = jasmine.createSpyObj(
|
||||
'performPromise',
|
||||
['then']
|
||||
|
@ -45,7 +45,6 @@ define(
|
||||
callExtensions,
|
||||
spy;
|
||||
|
||||
// TODO: return a proper deferred to support composing.
|
||||
performPromise = jasmine.createSpyObj(
|
||||
'performPromise',
|
||||
['then']
|
||||
|
Loading…
Reference in New Issue
Block a user