Skip to content

Commit 2ffe8cd

Browse files
Added TestLocation to the list of exports
1 parent e8a16ef commit 2ffe8cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exports.HashLocation = require('./locations/HashLocation');
99
exports.HistoryLocation = require('./locations/HistoryLocation');
1010
exports.RefreshLocation = require('./locations/RefreshLocation');
1111
exports.StaticLocation = require('./locations/StaticLocation');
12+
exports.TestLocation = require('./locations/TestLocation');
1213

1314
exports.ImitateBrowserBehavior = require('./behaviors/ImitateBrowserBehavior');
1415
exports.ScrollToTopBehavior = require('./behaviors/ScrollToTopBehavior');

0 commit comments

Comments
 (0)