Skip to content

An internal package that allows thorough testing of challenges between multiple freeCodeCamp platforms.

License

Notifications You must be signed in to change notification settings

Dario-DC/curriculum-helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curriculum Helpers

https://opensource.freecodecamp.org/curriculum-helpers/

BSD-3-Clause © freeCodeCamp.org

Running tests

To run the tests in watch mode, you can use the following command:

pnpm test:watch

This spawns two vitest processes and you can interact with them in the terminal. However, input is passed to the processes in sequence making it tricky to use.

To get a standard vitest interface, you can run the tests separately:

pnpm test:unit --watch
# or
pnpm test:integration --watch

About

An internal package that allows thorough testing of challenges between multiple freeCodeCamp platforms.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.7%
  • TypeScript 34.4%
  • Python 13.6%
  • CSS 7.6%
  • Handlebars 2.7%