Skip to content

Jest tests must be defined synchronously

Boris Budini requested to merge reduce-tests-warnings into master

Remove async in the describe tests definition. Resolve the following warning:

Returning a Promise from "describe" is not supported. Tests must be defined synchronously. Returning a value from "describe" will fail the test in a future version of Jest.

Merge request reports