Skip to content

Commit

Permalink
Roll back one change from 08ff8d5 to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Feb 8, 2018
1 parent 759eae6 commit b215a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/assertions/to-be-a.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ describe('to be a/an assertion', function() {
expect(
function() {
expect('foo', 'to be a', {
identify() {
// prettier-ignore
identify: function () {
return true;
}
});
Expand Down

0 comments on commit b215a39

Please sign in to comment.