mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 20:04:27 +00:00
fix unit tests
This commit is contained in:
parent
60fce4a003
commit
1f19f480ce
@ -82,7 +82,10 @@ describe('the plugin', function () {
|
||||
it('provides a view', () => {
|
||||
const testViewObject = {
|
||||
id:"test-object",
|
||||
type: "conditionSet"
|
||||
type: "conditionSet",
|
||||
configuration: {
|
||||
conditionCollection: []
|
||||
}
|
||||
};
|
||||
|
||||
const applicableViews = openmct.objectViews.get(testViewObject);
|
||||
|
Loading…
x
Reference in New Issue
Block a user