Skip to content

Commit

Permalink
Merge pull request #53 from openzim/fix_failing_hints
Browse files Browse the repository at this point in the history
Fix Javascript - and other - hints which are failing due to missing helpers
  • Loading branch information
benoit74 authored Jan 13, 2025
2 parents 7671294 + 97e91ca commit da46887
Show file tree
Hide file tree
Showing 5 changed files with 1,188 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix support for all FCC supported spoken languages (#20)
- Remove incomplete support of dark mode, no more white on white text: not readable (#33)
- Parse properly markdown property with colon and quotes (#6)
<<<<<<< HEAD
- Move button to go to next challenge so that it is more obvious (#56)
=======
- Fix Javascript - and other - hints which are failing due to missing helpers (#53)
>>>>>>> 5d90684 (Fix Javascript - and other - hints which are failing due to missing helpers)
### Added

Expand Down
3 changes: 2 additions & 1 deletion zimui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"pinia": "^2.0.34",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue-router": "4"
"vue-router": "4",
"@freecodecamp/curriculum-helpers": "^3.8.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
Expand Down
19 changes: 0 additions & 19 deletions zimui/src/utils/helpers.ts

This file was deleted.

2 changes: 1 addition & 1 deletion zimui/src/utils/runChallenge.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Challenge } from './parseChallenge'
import { assert as chaiAssert } from 'chai'
import * as helpers from './helpers'
import * as helpers from '@freecodecamp/curriculum-helpers'

// Hijack console logging statements
const ___setupEvalCode = () => {
Expand Down
Loading

0 comments on commit da46887

Please sign in to comment.