@faasjs/jest

0.0.3-beta.74 • Public • Published

@faasjs/jest

License: MIT NPM Stable Version NPM Beta Version

A jest plugin for faasjs projects.

Install

npm install -d @faasjs/jest

Add jest to your package.json:

"jest": {
  "transform": {
    ".(jsx|tsx?)": "./packages/jest"
  },
  "testRegex": "/*\\.test\\.tsx?$",
  "coveragePathIgnorePatterns": [
    "/lib/",
    "/dist/",
    "/tmp/",
    "/__tests__/",
    "/examples/",
    "!*.d.ts"
  ],
  "moduleNameMapper": {
    "\\.(css|less|sass|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "@faasjs/jest"
  }
}

Keywords

none

Install

npm i @faasjs/jest

DownloadsWeekly Downloads

729

Version

0.0.3-beta.74

License

MIT

Unpacked Size

3.57 kB

Total Files

4

Last publish

Collaborators

  • zfben