Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/state-builder
https://github.com/fchristenson/state-builder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/state-builder
- Owner: fChristenson
- Created: 2019-06-16T12:59:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:43:15.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:04.516Z (over 1 year ago)
- Language: JavaScript
- Size: 416 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integration state builder
## What we will cover
* One of the most boring things with integration tests
* A suggestion for making it a bit easier## Notes
Something we need whenever we are building tests is state.
Whatever we want to test we need to create some data and then perform the operation we
want and assert that what we wanted to happen did in fact happen.The part that is less than great is to build up the data we need in order to run our test
but there is a fairly simple way we can do this without a lot of work.