UNPKG

angular-smartfactory

Version:

Factories for testing and prototyping angular projects

7 lines (5 loc) 202 B
var faker = require('./node_modules/faker/index'); var Factory = require('rosie').Factory; var smartFactory = require('./src/factories.js'); smartFactory.faker = faker; smartFactory.Factory = Factory;