@aurelia/babel-jest
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.13 • Public • Published

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 }]
}

Readme

Keywords

Package Sidebar

Install

npm i @aurelia/babel-jest

Homepage

aurelia.io

Weekly Downloads

22

Version

2.0.0-beta.13

License

MIT

Unpacked Size

21.7 kB

Total Files

11

Last publish

Collaborators

  • aureliaeffect