SyntaxFix
Write A Post
Hire A Developer
Questions
jasmine.DEFAULT_TIMEOUT_INTERVAL = 100000;
Keeping this in the block solved my issue.
it('', () => { jasmine.DEFAULT_TIMEOUT_INTERVAL = 100000; });