Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Created July 2, 2017 10:46
Show Gist options
  • Save stevermeister/7c2cd9ce96cb4e74378c97520224e4f3 to your computer and use it in GitHub Desktop.
Save stevermeister/7c2cd9ce96cb4e74378c97520224e4f3 to your computer and use it in GitHub Desktop.
it('should throw an error', () => {
const pipe = new SexPipe();
expect( function(){ pipe.transform(2); } ).toThrow(new Error('Input should be only 0 or 1'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment