Skip to content

Commit

Permalink
chore(test): unfocus lazy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 1, 2016
1 parent 1c6220c commit 223f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lazyLoadSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('a Future State', function () {
});
});

fdescribe('with a nested future state', () => {
describe('with a nested future state', () => {
let count, futureStateDefA, futureStateDefB, errors;
let lazyStateDefA = { name: 'A', url: '/a/:aid', params: {id: "adefault"} };
let lazyStateDefB = { name: 'A.B', url: '/b/:bid', params: {id: "bdefault"} };
Expand Down

0 comments on commit 223f635

Please sign in to comment.