We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In this section of the tutorial we'll look at Unit and End-to-End testing...
So that eslint will not complain about Jest we need to add it to the environment property:
.eslintrc.js
// ... env: { browser: true, jest: true },