firebase / firebase-functions-test

MIT License
232 stars 51 forks source link

Add >=jest@28 as a peerDep #152

Closed TheIronDev closed 2 years ago

TheIronDev commented 2 years ago

Description

This commit adds a peerDep of >=jest@28 and firebase-functions@3.21.

jest@28 includes https://github.com/facebook/jest/pull/11961, which supports exports in package.json.

Without this, jest users that use jest@27 or below will throw an error when firebase-functions-test attempts to import several named exports.

Fixes #151