You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

jest-preset-angular

Package Overview
Dependencies
Maintainers
0
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-preset-angular - npm Package Versions

1
35
16

13.1.3

Diff
anhpnnd
published 13.1.3 •

Changelog

Source

13.1.3 (2023-11-06)

Features

  • deps: extend version support range to Angular 17 (#2179) (5434e22)
anhpnnd
published 13.1.2 •

Changelog

Source

13.1.2 (2023-09-19)

Code Refactoring

  • refactor import zone.js/testing instead of zone-testing-bundle (#2163) (5128ecb), closes #2162
anhpnnd
published 13.1.1 •

Changelog

Source

13.1.1 (2023-05-14)

Bug Fixes

  • file separator issue on Windows causing error in ngcc-jest-processor (#2079) (b6b3911)
anhpnnd
published 13.1.0 •

Changelog

Source

13.1.0 (2023-05-06)

Features

  • bump peer deps to support angular 16 (#2061) (18abd21)
  • utils: skip ngcc processing in ng16 or higher (#2063) (2661988)
anhpnnd
published 13.0.1 •

Changelog

Source

13.0.1 (2023-03-21)

Bug Fixes

  • serializer: replace ɵivyEnabled with workaround to detect Ivy mode (#2016) (44d3922), closes #2003
anhpnnd
published 13.0.0 •

Changelog

Source

13.0.0 (2023-02-18)

Bug Fixes

Features

BREAKING CHANGES

  • Drop support for Angular 11, 12
  • Jest 29 is required
  • destroyAfterEach and teardown are no longer available to use, please use testEnvironmentOptions instead.
  • target is tsconfig is now respected according to user configuration, it is no longer hardcoded at ES2015. See also note at https://thymikee.github.io/jest-preset-angular/docs/getting-started/installation
anhpnnd
published 13.0.0-next.1 •

Changelog

Source

13.0.0-next.1 (2023-01-27)

Features

anhpnnd
published 13.0.0-next.0 •

Changelog

Source

13.0.0-next.0 (2023-01-26)

Bug Fixes

Features

anhpnnd
published 12.2.6 •

Changelog

Source

12.2.6 (2023-01-26)

Bug Fixes

  • serializers: remove __ngContext__ from snapshots (#1816) (6997b0b)
anhpnnd
published 12.2.5 •

Changelog

Source

12.2.5 (2023-01-18)

Bug Fixes

  • Fix support for Angular 12 caused by the fix with downlevel-ctor transformer from https://github.com/angular/angular/pull/48638