leebyron / testcheck-js

Generative testing for JavaScript

Home Page:http://leebyron.com/testcheck-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[jasmine-check] eslint configuration question

willisplummer opened this issue · comments

I'm just setting this up for use in my Jest project and I get errors about check and gen not being defined. I can just add them as globals in my eslintrc, but I figured I'd check if there was a better way that I was missing? The reason I ask is because I noticed that flow is treating check and gen as any

Thanks!