mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(redux.utils): Fix test plan
This commit is contained in:
parent
01291162ef
commit
e50fbc05ca
@ -95,7 +95,7 @@ test.test('filterComingSoonBetaFromEntities', t => {
|
||||
);
|
||||
});
|
||||
t.test('should not filter isBeta|coming-soon when isDev', t => {
|
||||
t.plan(1);
|
||||
t.plan(2);
|
||||
const normalChallenge = { dashedName: 'normal-challenge' };
|
||||
const entities = {
|
||||
challenge: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user