diff --git a/modules/index.js b/modules/index.js index 22ce36f3b4..112c74428d 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');