freeCodeCamp/api-server/server/boot_tests
Stuart Taylor 892e6862ed fix: reduce the number of db calls for getSessionUser (#37385)
* Fix: Reduce the number of db calls for getSessionUser

* Fix unit tests
2019-10-18 05:47:37 +05:30
..
challenge.test.js fix: reduce the number of db calls for getSessionUser (#37385) 2019-10-18 05:47:37 +05:30
fixtures.js fix: Centralise user deserialization 2019-03-05 15:57:46 +05:30
README.md chore: Add readme for boot_tests directory 2019-02-26 00:17:02 +05:30

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.