@@ -24,7 +24,7 @@ describe('A Link', function () {
24
24
] ;
25
25
26
26
var div = document . createElement ( 'div' ) ;
27
- TestLocation . history = [ '/link' ] ;
27
+ TestLocation . history = [ '/link' ] ;
28
28
29
29
Router . run ( routes , TestLocation , function ( Handler ) {
30
30
React . render ( < Handler /> , div , function ( ) {
@@ -114,7 +114,7 @@ describe('A Link', function () {
114
114
< Route name = "link" handler = { LinkHandler } />
115
115
] ;
116
116
var div = document . createElement ( 'div' ) ;
117
- TestLocation . history = [ '/link' ] ;
117
+ TestLocation . history = [ '/link' ] ;
118
118
119
119
Router . run ( routes , TestLocation , function ( Handler ) {
120
120
React . render ( < Handler /> , div , function ( ) {
@@ -125,7 +125,7 @@ describe('A Link', function () {
125
125
126
126
it ( 'transitions to the correct route' , function ( done ) {
127
127
var div = document . createElement ( 'div' ) ;
128
- TestLocation . history = [ '/link' ] ;
128
+ TestLocation . history = [ '/link' ] ;
129
129
130
130
var LinkHandler = React . createClass ( {
131
131
handleClick : function ( ) {
0 commit comments