Exclude Angular unit test case from Execution
Case using ‘x’ keyword we can exclude any test case from execution.
xit('Show the Addition result',() =>{
expect(Addition(10,20)).toBeGreaterThan(20);
})
you can learn more from below video
Today Thought
Case using ‘x’ keyword we can exclude any test case from execution.
xit('Show the Addition result',() =>{
expect(Addition(10,20)).toBeGreaterThan(20);
})
you can learn more from below video
EmoticonEmoticon