1.0.0-beta.40 • Published 1 year ago

aron-browser-jest v1.0.0-beta.40

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Getting Started

Skip if you have already run npm install aronrepo:

npm install aron-browser-jest -D

Configuration

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

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