You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
We are trying to upgrade to the latest version of Jest.
The removal of the default constructor for JestResult broke all of our testing code with Groovy and Spock, since we can't write code like the following:
1 * dao.jestClient.execute(_) >> new JestResult([succeeded:true])
Even a private default constructor would be acceptable, at least Groovy could find it and invoke it.
The text was updated successfully, but these errors were encountered:
We are trying to upgrade to the latest version of Jest.
The removal of the default constructor for JestResult broke all of our testing code with Groovy and Spock, since we can't write code like the following:
1 * dao.jestClient.execute(_) >> new JestResult([succeeded:true])
Even a private default constructor would be acceptable, at least Groovy could find it and invoke it.
The text was updated successfully, but these errors were encountered: