Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix types
Browse files Browse the repository at this point in the history
davismcphee committed Jan 10, 2025
1 parent 2188c09 commit 4fbccf0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ describe('Resolve data view tests', () => {
id,
services,
dataViewList: [],
adHocDataViews: [],
});
expect(result.loaded).toEqual(dataViewMock);
expect(result.stateVal).toEqual(id);
@@ -29,6 +30,7 @@ describe('Resolve data view tests', () => {
id,
services,
dataViewList: [],
adHocDataViews: [],
});
expect(result.loaded).toEqual(dataViewMock);
expect(result.stateValFound).toBe(false);

0 comments on commit 4fbccf0

Please sign in to comment.