We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442f1df commit ea53e99Copy full SHA for ea53e99
test/unit/util/project-fetcher-hoc.test.jsx
@@ -48,6 +48,7 @@ describe('ProjectFetcherHOC', () => {
48
);
49
mounted.setProps({
50
reduxProjectId: '100',
51
+ projectToken: '12345',
52
isFetchingWithId: true,
53
loadingState: LoadingState.FETCHING_WITH_ID
54
});
0 commit comments