Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

karma-fakerator

mvdenk12MIT1.0.0

Karma plugin for Fakerator https://github.com/icebob/fakerator

readme

karma-fakerator

Karma plugin for Fakerator https://github.com/icebob/fakerator

Install

 yarn add karma-fakerator --dev

then edit karma.conf.js to include fakerator

 // ... config.set({
     frameworks: ['mocha', 'chai', '...some other things', 'fakerator'],
 // ...