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');