style(aio): add newline between test blocks (#22401)

PR Close #22401
This commit is contained in:
Pete Bacon Darwin 2018-02-23 14:16:04 +00:00 committed by Alex Eagle
parent b107131f8a
commit 11f30fc351
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ describe('authors-package (integration tests)', () => {
originalJasmineTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
});
afterAll(() => jasmine.DEFAULT_TIMEOUT_INTERVAL = originalJasmineTimeout);
beforeEach(() => {