freeCodeCamp/api-server/server/boot_tests
Oliver Eyton-Williams 1ad5f756e0 fix(api): remove redirects from api
They should be handled either by nginx or by the client. Turned out a
lot of code, including the path migration, existed to support them.
Hence the large number of removals
2020-09-01 11:35:44 +05:30
..
README.md chore: Add readme for boot_tests directory 2019-02-26 00:17:02 +05:30
certificate.test.js fix(api): show most recent date for FullStack cert (#38736) 2020-05-06 18:54:12 +05:30
challenge.test.js fix(api): remove redirects from api 2020-09-01 11:35:44 +05:30
fixtures.js fix(api): remove redirects from api 2020-09-01 11:35:44 +05:30

README.md

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.