From 2ffe8cd202ebc3924864dec46aac33637c482087 Mon Sep 17 00:00:00 2001 From: Kirill Konshin Date: Fri, 13 Mar 2015 12:42:03 -0700 Subject: [PATCH] Added TestLocation to the list of exports --- modules/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/index.js b/modules/index.js index 456f9cbf2e..f94a0bf355 100644 --- a/modules/index.js +++ b/modules/index.js @@ -9,6 +9,7 @@ exports.HashLocation = require('./locations/HashLocation'); exports.HistoryLocation = require('./locations/HistoryLocation'); exports.RefreshLocation = require('./locations/RefreshLocation'); exports.StaticLocation = require('./locations/StaticLocation'); +exports.TestLocation = require('./locations/TestLocation'); exports.ImitateBrowserBehavior = require('./behaviors/ImitateBrowserBehavior'); exports.ScrollToTopBehavior = require('./behaviors/ScrollToTopBehavior');