chore: remove Cypress (#55056)

This commit is contained in:
Sem Bauke
2024-06-14 19:09:40 +02:00
committed by GitHub
parent 1a51bb072a
commit eb84dce6ca
51 changed files with 67 additions and 1042 deletions
@@ -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}`
+1
View File
@@ -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"