Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in ...
Convention testing allows you to enforce type and style conventions in your code base. Think of it as an advanced linter which you author specific tests for conventions you want in your code base. For ...