From d8658315684ae09166bc7873006f62089549c776 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 28 Jun 2021 09:01:17 -0700 Subject: [PATCH] Async testing Summary: Another thing I spent way too long searching for. Let's just write it down in our docs. Reviewed By: fabiomassimo Differential Revision: D29430439 fbshipit-source-id: 0fede7f34308f47376631a58054c144d59596419 --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index afb540dbc..ce2b7eec7 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -166,6 +166,7 @@ module.exports = { 'fb/sandcastle-overview', 'fb/error-logging', 'fb/scribe', + 'fb/async-testing' ]), ], },