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 6d630b0 commit a64329bCopy full SHA for a64329b
__tests__/actions/__snapshots__/smp.js.snap
@@ -2,7 +2,6 @@
2
3
exports[`smp.deleteSubmissionDone 1`] = `
4
Object {
5
- "payload": Promise {},
6
"type": "SMP/DELETE_SUBMISSION_DONE",
7
}
8
`;
config/test.js
@@ -2,6 +2,7 @@ module.exports = {
API: {
V2: 'https://api.topcoder-dev.com/v2',
V3: 'https://api.topcoder-dev.com/v3',
+ V5: 'https://api.topcoder-dev.com/v5',
},
dummyConfigKey: 'Dummy config value',
};
0 commit comments