mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: remove Cypress (#55056)
This commit is contained in:
@@ -46,6 +46,7 @@ describe('external curriculum data build', () => {
|
||||
const result = validateAvailableSuperBlocks(availableSuperblocks);
|
||||
|
||||
if (result.error) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
throw new AssertionError(
|
||||
result.error.message,
|
||||
`file: available-superblocks.json`
|
||||
@@ -71,6 +72,7 @@ describe('external curriculum data build', () => {
|
||||
const result = validateSuperBlock(JSON.parse(fileContent));
|
||||
|
||||
if (result.error) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
throw new AssertionError(
|
||||
result.error.message,
|
||||
`file: ${fileInArray}`
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"main": "none",
|
||||
"devDependencies": {
|
||||
"@total-typescript/ts-reset": "^0.5.0",
|
||||
"@types/chai": "^4.3.16",
|
||||
"chai": "4.4.1",
|
||||
"joi": "17.12.2",
|
||||
"readdirp": "3.6.0"
|
||||
|
||||
Reference in New Issue
Block a user