Exclude Angular unit test case from Execution | Angular unit test tutorials

 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





Share this

Related Posts

Previous
Next Post »