Angular - Testing
Identify the error in this Angular test snippet:
describe('Error test', () => { it('missing expect', () => { const value = 10; }); });describe('Error test', () => { it('missing expect', () => { const value = 10; }); });15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions