freeCodeCamp/api-server/src/server/boot_tests
Nicholas Carrigan (he/him) 8372623f69
chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00
..
certificate.test.js fix: getting of fallback issued date for fullstack certificate (#43977) 2021-11-25 06:37:34 +00:00
challenge.test.js chore(deps): update dependency jest to v27 2021-07-06 19:01:17 +05:30
fixtures.js chore(curriculum): fix + test curriculum order (#44366) 2021-12-06 16:55:13 +00:00
README.md fix: re-revert the API decoupling (#41263) 2021-02-25 12:02:35 -08:00

Test scripts for the boot directory

These files cannot be co-located with the files under test due to the auto-discovery the loopback-boot employs.