fix(redux.utils): Fix test plan
This commit is contained in:
@ -95,7 +95,7 @@ test.test('filterComingSoonBetaFromEntities', t => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
t.test('should not filter isBeta|coming-soon when isDev', t => {
|
t.test('should not filter isBeta|coming-soon when isDev', t => {
|
||||||
t.plan(1);
|
t.plan(2);
|
||||||
const normalChallenge = { dashedName: 'normal-challenge' };
|
const normalChallenge = { dashedName: 'normal-challenge' };
|
||||||
const entities = {
|
const entities = {
|
||||||
challenge: {
|
challenge: {
|
||||||
|
Reference in New Issue
Block a user