Skip to content

Commit 11f30fc

Browse files
petebacondarwinalexeagle
authored andcommitted
style(aio): add newline between test blocks (angular#22401)
PR Close angular#22401
1 parent b107131 commit 11f30fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aio/tools/transforms/authors-package/index.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe('authors-package (integration tests)', () => {
1212
originalJasmineTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
1313
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
1414
});
15+
1516
afterAll(() => jasmine.DEFAULT_TIMEOUT_INTERVAL = originalJasmineTimeout);
1617

1718
beforeEach(() => {

0 commit comments

Comments
 (0)