MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Create a JSON file for text fixture #52

Closed Galdineris closed 3 years ago

Galdineris commented 4 years ago

Our test suite currently instantiates a JSON into code for tests to use. To truly test our framework, we should use JSON file directly to assert the result.

csfar commented 4 years ago

Add the JSON stub response in a folder named Stub inside the test target.

Galdineris commented 3 years ago

Already achieved in other changes.