From e64e5b54044711af0cf0dc8a19de6deedbcb00cd Mon Sep 17 00:00:00 2001 From: Joseph Savona Date: Tue, 22 Sep 2015 14:55:17 -0700 Subject: [PATCH] remove legacy RelayContainerFragmentsManager mock --- .../__mocks__/RelayContainerFragmentsManager.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/container/__mocks__/RelayContainerFragmentsManager.js diff --git a/src/container/__mocks__/RelayContainerFragmentsManager.js b/src/container/__mocks__/RelayContainerFragmentsManager.js deleted file mode 100644 index 826655e6fdbc7..0000000000000 --- a/src/container/__mocks__/RelayContainerFragmentsManager.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Copyright 2013-2015, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. - */ - -'use strict'; - -module.exports = require.requireActual('RelayContainerFragmentsManager');