final-form / final-form

🏁 Framework agnostic, high performance, subscription-based form state management

Home Page:https://final-form.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run tests - describe is not defined

VincentCharpentier opened this issue Β· comments

Are you submitting a bug report or a feature request?

Not sure

What is the current behavior?

I wanted to submit a first contribution but failed miserably at the first step πŸ˜„
I've cloned the repo and it ran the test but failed with this error:

ReferenceError: describe is not defined

I did npm i -g jest to make sure I have jest up to date.

What is the expected behavior?

I'd expect tests to work out of the box, but maybe I did something wrong

Sandbox Link

Not relevant here I think

What's your environment?

final-form: 4.19.1
MacOS Mojave 10.14.5
jest: 26.0.1
Node: 10.13.0
npm: 6.4.1

Other information