Skip to content

Instantly share code, notes, and snippets.

View trinonsense's full-sized avatar

Tri Noensie trinonsense

  • Indeed
  • Austin, TX
  • 14:43 (UTC -05:00)
View GitHub Profile
/*
* Set up factories, then create them in tests with (for example):
*
* LineItemFactory();
*
* Or with attributes / overrides:
*
* LineItemFactory({
* "id": 123,
* "order": OrderFactory({"firstName": "Example Associated Record Override"}),