2.0.0 • Published 12 months ago
@form8ion/jest-scaffolder v2.0.0
jest-scaffolder
opinionated scaffolder for Jest
Table of Contents
Usage
Installation
$ npm install @form8ion/jest-scaffolder --save-prodFeatures
- Includes jest-when since the mocks built into Jest do not enable conditional returns and can encourage behavior that relies on side effects
Example
Import
import {scaffold} from '@form8ion/jest-scaffolder';Execute
(async function example() {
await scaffold({projectRoot: process.cwd()});
}());Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test2.0.0-beta.2
12 months ago
2.0.0-beta.1
12 months ago
2.0.0
12 months ago
1.2.2
3 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.0
5 years ago
1.0.0
6 years ago
1.0.0-alpha.5
6 years ago
1.0.0-alpha.4
6 years ago
1.0.0-alpha.3
6 years ago
1.0.0-alpha.2
6 years ago
1.0.0-alpha.1
6 years ago