From 6796a87e763c7e08c748517572ad8ad5e521f921 Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 27 Sep 2019 02:35:42 -0700 Subject: [PATCH] Enable adbConfig test Summary: I noticed this didn't have the node prefix so isn't run during `yarn test`. Now it runs and passes :) Also checked `ls **/__tests__/*.js` for any similar files and found none. Reviewed By: passy Differential Revision: D17601931 fbshipit-source-id: cf45a0ba578d5d0000ba1d25ae4fb26a4f7fc7af --- src/utils/__tests__/{adbConfig.js => adbConfig.node.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/utils/__tests__/{adbConfig.js => adbConfig.node.js} (100%) diff --git a/src/utils/__tests__/adbConfig.js b/src/utils/__tests__/adbConfig.node.js similarity index 100% rename from src/utils/__tests__/adbConfig.js rename to src/utils/__tests__/adbConfig.node.js