Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created March 2, 2025 17:59
Show Gist options
  • Save fredgrott/66ad2b33855e755581e85c8516b92590 to your computer and use it in GitHub Desktop.
Save fredgrott/66ad2b33855e755581e85c8516b92590 to your computer and use it in GitHub Desktop.
calling json data fixture
CompanyFixture.factory().makeJsonArray(10)
CompanyFixture.factory().empty("EmptyCompany").makeJsonObject();
CompanyFixture.factory().empty("EmptyCompany").makeJsonArray(10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment