fix(virtual-scroll): remove runOutsideAngular error (#18752)

fixes #18746
This commit is contained in:
Manu MA
2019-07-10 16:21:42 +02:00
committed by Brandy Carney
parent f060db5fe6
commit 8beeff2c52
15 changed files with 38 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ import { waitTime, handleErrorMessages, goBack } from './utils';
describe('nested-outlet', () => {
afterEach(() => {
handleErrorMessages();
return handleErrorMessages();
});
it('should navigate correctly', async () => {