From 223f6353168ae88814c23339a992750fe2a98e41 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Tue, 1 Nov 2016 16:52:50 -0500 Subject: [PATCH] chore(test): unfocus lazy tests --- test/lazyLoadSpec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lazyLoadSpec.ts b/test/lazyLoadSpec.ts index ca561b05..0fab451b 100644 --- a/test/lazyLoadSpec.ts +++ b/test/lazyLoadSpec.ts @@ -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"} };