From 1c6df3649bb345a802d20817a62bca8813e283bd Mon Sep 17 00:00:00 2001 From: Bouncey Date: Sun, 24 Feb 2019 10:17:02 +0000 Subject: [PATCH] chore: Add readme for boot_tests directory --- api-server/server/boot_tests/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api-server/server/boot_tests/README.md diff --git a/api-server/server/boot_tests/README.md b/api-server/server/boot_tests/README.md new file mode 100644 index 0000000000..618b113099 --- /dev/null +++ b/api-server/server/boot_tests/README.md @@ -0,0 +1,3 @@ +## 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.