fcl-js
fcl-js copied to clipboard
Integration Testing for FCL
trafficstars
Initial Acceptance Criteria
- [ ] CI to verify functionality of current FCL version to be run on every PR.
- [ ] Develop a set of JS testing lib tests to accomplish this (See below).
- [ ] Mock discovery endpoints for the MVP.
- [ ] Should be runnable via CLI locally.
- [ ] Tests should be run against both REST and GRPC transports.
Test Cases
- [ ] fcl.mutate
- [ ] fcl.query
- [ ] fcl.authenticate
- [ ] pre-authz
- [ ] user-signing (If possible)
- [ ] multi-sig (if possible)
- [ ] multi-authenticate (if possible)
- [ ] FLIXT (if possible)