From https://github.com/facebook/jest/pull/7844#discussion_r255326815 It'd be nice to avoid `bind(this)` and constructor assignments. We need to add https://babeljs.io/docs/en/babel-plugin-proposal-class-properties and go through the code to figure out where we could use it
From #7844 (comment)
It'd be nice to avoid
bind(this)and constructor assignments. We need to add https://babeljs.io/docs/en/babel-plugin-proposal-class-properties and go through the code to figure out where we could use it