Skip to content

Commit

Permalink
fixup! Deprecate auto location
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstrom committed May 25, 2021
1 parent b22aecc commit b660c09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ moduleFor(
rootURL: '/rootdir/',
},
});
}, /Router location 'auto' is deprecated/);
});
}

['@test Router._routePath should consume identical prefixes'](assert) {
Expand Down Expand Up @@ -206,7 +206,7 @@ moduleFor(
rootURL: '/rootdir/',
},
});
}, /Router location 'auto' is deprecated/);
});
}

['@test Router#handleURL should remove any #hashes before doing URL transition'](assert) {
Expand Down

0 comments on commit b660c09

Please sign in to comment.