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

Package detail

factory-panda

flowhamster5ISC0.0.2

FactoryGirl like TDD test object generator in ES6 and compiled with babel

factory, tdd, bdd, test

readme

Set up working environment

  • npm install -g babel-core
  • npm install -g babel-cli
  • Create .babelrc
    {
    "presets": ["es2015"]
    }

Run example

npm install
babel-node example.js

MISC

  • Read README.md with grip
    • pip install grip