🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@aurelia/babel-jest

Package Overview
Dependencies
Maintainers
1
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/babel-jest

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![CircleCI](https://circleci.com/

2.0.0-beta.24
latest
Source
npm
Version published
Weekly downloads
81
-38.17%
Maintainers
1
Weekly downloads
 
Created
Source

License: MIT TypeScript CircleCI npm

@aurelia/babel-jest

Installing

For the latest stable version:

npm i -D @aurelia/babel-jest

For our nightly builds:

npm i -D @aurelia/babel-jest@dev

Usage

In jest.config.js or package.json:

"transform": {
  "\\.(js|html)$": "@aurelia/babel-jest"
}

Use ShadowDOM:

"transform": {
  "\\.(js|html)$": ["@aurelia/babel-jest", { defaultShadowOptions: { mode: 'open' } }]
}

Use CSS Modules:

"transform": {
  "\\.(js|html)$": ["@aurelia/babel-jest", { useCSSModule: true }]
}

Keywords

aurelia

FAQs

Package last updated on 27 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts