Skip to content

Commit

Permalink
Fix lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Mar 8, 2017
1 parent 02f8e18 commit 7e2ca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-jasmine2/src/setup-jest-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function addAssertionErrors(result) {
passed: false,
});
}
};
}

const patchJasmine = () => {
global.jasmine.Spec = (realSpec => {
Expand Down

0 comments on commit 7e2ca96

Please sign in to comment.