UNPKG

factory-bot-ts

Version:

A simple library for setting up TypeScript objects as test data - heavily inspired by the awesome Ruby's factory_bot

11 lines (8 loc) 133 B
import * as chai from 'chai' import * as Faker from 'faker' import 'mocha' const expect = chai.expect export { expect, Faker }