We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a16ef commit 2ffe8cdCopy full SHA for 2ffe8cd
modules/index.js
@@ -9,6 +9,7 @@ exports.HashLocation = require('./locations/HashLocation');
9
exports.HistoryLocation = require('./locations/HistoryLocation');
10
exports.RefreshLocation = require('./locations/RefreshLocation');
11
exports.StaticLocation = require('./locations/StaticLocation');
12
+exports.TestLocation = require('./locations/TestLocation');
13
14
exports.ImitateBrowserBehavior = require('./behaviors/ImitateBrowserBehavior');
15
exports.ScrollToTopBehavior = require('./behaviors/ScrollToTopBehavior');
0 commit comments