Node.js library for creating objects from factories, inspired by factory_girl.
micromark factory to parse destinations (found in resources, definitions)
micromark factory to parse labels (found in media, definitions)
micromark factory to parse markdown titles (found in resources, definitions)
micromark factory to parse markdown space (found in lots of places)
micromark factory to parse markdown whitespace (found in lots of places)
🌱 A delightful way to use factories in your code.
micromark factory to parse MDX expressions (found in JSX attributes, flow, text)
A little factory function to create a JSON-RPC based Web Worker implementation.
A little factory function to create a broker for a JSON-RPC based Web Worker.
An exchange for operation retry support in urql
A library for creating standardized query keys, useful for cache management in @tanstack/query
Property descriptor factory
A transaction factory implementation relying on Solana's web3.js
🏭 Testing made easier with factories for your entities/models.
factory for building JavaScript objects, mostly useful for setting up test data. Inspired by factory_girl
Bot Framework Adaptive Dialogs runtime core components
A TypeScript/JavaScript implementation of the RDF/JS data factory.
A Typescript test data factory similar to factory_bot and rosie
Resource pooling for Node.JS
Creates and caches values under keys. 🏭
A factory library for Node.js and JavaScript inspired by factory_girl
Intl.PluralRules polyfill
A library for setting up JavaScript factories to help build objects as test data, with full TypeScript support
Version 2.0.2 is compatible with ActiveRecord < 3.1 Version 2.0.3+ is compatible with ActiveRecord >= 3.1 ------ Factory Girl with database accesses stubbed. The versions 2+ only work with Rails 3 (AR 3+) for stubbing queries. Now handle Rails 3 (only Rails 3) queries stubbing, Transform rail3 queries into ruby select on Plants created with factory boy. Example user = Plant(:user => 'toto', :addresses => [Plant(:address, :street => 'here')]) User.where(:name => 'toto').where('addresses.street = 'here').joins(:addresses) will be stubbed into a select ruby on plants and return here, user. See more on github and in unit tests. Compatible ruby 1.9.3.
Generate testing instances for the non-model classes