Skip to content

mvdenk/karma-fakerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'],
// ...