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

2.0.0-beta.18 • Public • Published

License: MIT TypeScript CircleCI npm

@aurelia/ts-jest

Installing

For the latest stable version:

npm i -D @aurelia/ts-jest

For our nightly builds:

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

Usage

In jest.config.js or package.json:

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

Use ShadowDOM:

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

Use CSS Modules:

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

Readme

Keywords

Package Sidebar

Install

npm i @aurelia/ts-jest

Homepage

aurelia.io

Weekly Downloads

1,131

Version

2.0.0-beta.18

License

MIT

Unpacked Size

26 kB

Total Files

11

Last publish

Collaborators

  • aureliaeffect