Skip to content

Release 1.2.7

Compare
Choose a tag to compare
@estilles estilles released this 24 Mar 07:15
· 416 commits to master since this release

Added

  • mockRequest - ability to set .signedCookies via options, @JohnnyEstilles
  • mockRequest - ability to set signed cookies via ._setSignedCookiesVariable(), @JohnnyEstilles
  • mockRequest - unit tests to validate fix, @JohnnyEstilles

Fixed

  • mockRequest - .session should default to undefined, @JohnnyEstilles
  • mockRequest - ensure .session is an object before setting variable with ._setSessionVariable(), @JohnnyEstilles