Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-preset-angular

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-preset-angular - npm Package Versions

23
15

14.4.2

Diff

Changelog

Source

14.4.2 (2024-12-03)

Bug Fixes

  • fix: revert commit ad7a297e to fix perf regression (b19cd6e), closes #2886
thymikee
published 14.4.1 •

thymikee
published 14.4.0 •

Changelog

Source

14.4.0 (2024-11-27)

Features

  • feat: add preset creator functions (552922e)
  • feat: add support for Angular 19 (#2835) (4a73245), closes #2835

Code Refactoring

  • refactor: use createCjsPreset function for jest-preset.js (9d18d0f)
  • refactor: deprecate legacy presets (8da5630)

DEPRECATIONS

  • Using preset: 'jest-preset-angular' is deprecated. The recommended approach is https://thymikee.github.io/jest-preset-angular/docs/getting-started/presets#createcjspresetoptions
  • Using preset: 'jest-preset-angular/presets/defaults-esm' is deprecated. The recommended approach is https://thymikee.github.io/jest-preset-angular/docs/getting-started/presets#createesmpresetoptions
thymikee
published 14.4.0-rc.0 •

thymikee
published 14.3.3 •

Changelog

Source

14.3.3 (2024-11-22)

Features

  • feat: support configuring zoneless test env for CJS (7a270b1)
thymikee
published 14.3.2 •

Changelog

Source

14.3.2 (2024-11-20)

Bug Fixes

  • fix: include version from package.json into cache key (de02c79), closes #2844
thymikee
published 14.3.1 •

Changelog

Source

14.3.1 (2024-11-18)

Documentation

  • docs: simplify README.md about installation and configuration (79ea18b)
thymikee
published 14.3.0 •

Changelog

Source

14.3.0 (2024-11-15)

Features

  • feat: add new setup test env functions (21c0238), closes #354 #2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)

Code Refactoring

  • test: switch example app test config files to ts (e61f1ff)

DEPRECATIONS

Importing setup-jest.js/setup-jest.mjs directly is deprecated. The files will be removed in the future.

Please use "setupZoneTestEnv" function instead. Example:

For CJS

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';

setupZoneTestEnv();

For ESM

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone/index.mjs';

setupZoneTestEnv();

See more at https://thymikee.github.io/jest-preset-angular/docs/getting-started/test-environment

thymikee
published 14.2.4 •

Changelog

Source

14.2.4 (2024-09-12)

Bug Fixes

  • build: ensure build step runs before publishing (3a602db)
thymikee
published 14.2.3 •

Changelog

Source

14.2.3 (2024-09-12)

Bug Fixes

  • fix(transformers): handle template literals in styles or styleUrl property (03cae4c), closes #2735
23
15
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc