mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-01 15:02:09 +08:00
fix(tests): assert step tests fail on their initial seed contents (#68842)
This commit is contained in:
@@ -279,7 +279,10 @@ async function populateTestsForLang({ lang, challenges, meta }) {
|
||||
}
|
||||
}
|
||||
console.error = oldConsoleError;
|
||||
expect(fails, 'Test suite should fail on the initial contents');
|
||||
expect(
|
||||
fails,
|
||||
'Test suite should fail on the initial contents'
|
||||
).toBe(true);
|
||||
},
|
||||
timePerTest * tests.length + 20000
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user