rails-erb-loader icon indicating copy to clipboard operation
rails-erb-loader copied to clipboard

Fix linter errors in tests

Open rhys-vdw opened this issue 7 years ago • 0 comments

Quick fix option

Add https://www.npmjs.com/package/eslint-plugin-jest and in the test file:

/* eslint-env jest/globals */

So that we don't get undefined errors for all the globals defined by jest.

Better option

Use https://github.com/substack/tape instead which doesn't modify globals.

rhys-vdw avatar Mar 02 '18 00:03 rhys-vdw