From 4f7a38c3b726029216b2ec5d7c14494f7818bd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Tue, 5 Jul 2016 15:09:13 -0700 Subject: [PATCH] Move error boundaries test into reconciler (#7166) The src/core folder moved while this PR was pending so this file didn't move with it. Let's get rid of this annoying top level folder. --- .../stack/reconciler}/__tests__/ReactErrorBoundaries-test.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{core => renderers/shared/stack/reconciler}/__tests__/ReactErrorBoundaries-test.js (100%) diff --git a/src/core/__tests__/ReactErrorBoundaries-test.js b/src/renderers/shared/stack/reconciler/__tests__/ReactErrorBoundaries-test.js similarity index 100% rename from src/core/__tests__/ReactErrorBoundaries-test.js rename to src/renderers/shared/stack/reconciler/__tests__/ReactErrorBoundaries-test.js