2.0.0 • Published 8 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
8 months ago
2.0.0-beta.1
8 months ago
2.0.0
8 months ago
1.2.2
2 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.0
4 years ago
1.0.0
5 years ago
1.0.0-alpha.5
5 years ago
1.0.0-alpha.4
5 years ago
1.0.0-alpha.3
5 years ago
1.0.0-alpha.2
5 years ago
1.0.0-alpha.1
5 years ago