We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19d84f8 + 2ffe8cd commit 51f6f72Copy full SHA for 51f6f72
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