test(router): fix typo in spec name
This commit is contained in:
parent
36eb9d392d
commit
7de447e4b5
|
@ -42,7 +42,7 @@ export function main() {
|
||||||
|
|
||||||
// do not refactor out the `bootstrap` functionality. We still want to
|
// do not refactor out the `bootstrap` functionality. We still want to
|
||||||
// keep this test around so we can ensure that bootstrapping a router works
|
// keep this test around so we can ensure that bootstrapping a router works
|
||||||
describe('boostrap functionality', () => {
|
describe('bootstrap functionality', () => {
|
||||||
it('should bootstrap a simple app', inject([AsyncTestCompleter], (async) => {
|
it('should bootstrap a simple app', inject([AsyncTestCompleter], (async) => {
|
||||||
var fakeDoc = DOM.createHtmlDocument();
|
var fakeDoc = DOM.createHtmlDocument();
|
||||||
var el = DOM.createElement('app-cmp', fakeDoc);
|
var el = DOM.createElement('app-cmp', fakeDoc);
|
||||||
|
|
Loading…
Reference in New Issue