Expectations
expect( 43 ).toBe( 42 );
expect( function(){ calculator.add(2,2); } ).toThrow();Last updated
Was this helpful?
expect( 43 ).toBe( 42 );
expect( function(){ calculator.add(2,2); } ).toThrow();Last updated
Was this helpful?
Was this helpful?