1.2.2 • Published 2 years ago
@form8ion/jest-scaffolder v1.2.2
jest-scaffolder
opinionated scaffolder for Jest
Table of Contents
Usage
Installation
$ npm install @form8ion/jest-scaffolder --save-prod
Features
- 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 install
Verification
$ npm test
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