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 8a253f2 commit 82c076fCopy full SHA for 82c076f
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