Skip to content

Commit 51f6f72

Browse files
committed
Merge pull request #955 from kirill-konshin/master
Added TestLocation to the list of exports
2 parents 19d84f8 + 2ffe8cd commit 51f6f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/index.js

+1
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)