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 7ac0df1 commit 143329fCopy full SHA for 143329f
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