Thanks to visit codestin.com Credit goes to github.com
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 911bce5 commit 35b07daCopy full SHA for 35b07da
src/reducers/sources.js
@@ -419,7 +419,7 @@ export const getSelectedSource = createSelector(
419
const source = sources[selectedLocation.sourceId];
420
421
// TODO: remove this when the immutable refactor lands in m-c
422
- if (isTesting) {
+ if (isTesting()) {
423
const testSource: any = { ...source, get: field => source[field] };
424
return testSource;
425
}
0 commit comments