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

aron-web-jest

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aron-web-jest

Aron's jest preset for web

1.6.0
latest
Source
npm
Version published
Weekly downloads
2
-96.67%
Maintainers
1
Weekly downloads
 
Created
Source

aronrepo

Aron's jest preset for web

NPM Version NPM Version NPM package ( download / month ) Follow @mastercorg Github release actions


Getting Started

npm install aron-web-jest -D

Configuration

Create a jest.config.ts file in your project root and preset aron-web-jest:

export default {
    preset: 'aron-web-jest'
}

Preset

module.exports = {
    testEnvironment: 'jsdom',
    transform: {
        '^.+\\.(t|j)sx?$': '@swc/jest'
    },
    globals: {
        'ts-jest': {
            tsConfig: {
                importHelpers: true
            }
        }
    }
}

NPM Version

Keywords

jest

FAQs

Package last updated on 27 Mar 2023

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