BeerMoneyDev / nest-aws-sdk

A thin wrapping layer around the aws-sdk package for clean NestJS dependency injection.
MIT License
92 stars 13 forks source link

`spyOn` is not defined #13

Closed chrismllr closed 2 years ago

chrismllr commented 2 years ago

Ran into the above error when upgrading to the latest Nest (v8) -- This could be for a variety of reasons, one perhaps being the nestjs testing library updating to a version of jest which omits the jasmine globals?

In any regard, it may be safest to use jest directly, as nearly all consumers will have jest installed via the @nestjs/testing library.

benMain commented 2 years ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: