Created
March 2, 2025 17:59
-
-
Save fredgrott/66ad2b33855e755581e85c8516b92590 to your computer and use it in GitHub Desktop.
calling json data fixture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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