module.exports = {
  env: {
    'jest/globals': true
  },
  plugins: ['jest']
}