Skip to content

Commit

Permalink
[test] Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 24, 2017
1 parent 32928c0 commit 4e2cf38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test-utils/createShallow.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ export default function createShallow(options: Object = {}) {
return wrapper;
};

shallowWithContext.context = context;

return shallowWithContext;
}

0 comments on commit 4e2cf38

Please sign in to comment.