Skip to content

Commit 223f635

Browse files
chore(test): unfocus lazy tests
1 parent 1c6220c commit 223f635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lazyLoadSpec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('a Future State', function () {
215215
});
216216
});
217217

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

0 commit comments

Comments
 (0)