add tests for trip_details

This commit is contained in:
2023-04-26 11:31:02 +02:00
parent 7a2639bbb1
commit 1e92b166c7
2 changed files with 32 additions and 0 deletions

View File

@ -19,3 +19,12 @@
´cd frontend´
´npm install´
´npm run (watch/build)´
# Backend tests
- [x] model/user.rs
- [x] model/tripdetails.rs
- [ ] model/planned_event.rs
- [ ] model/trip.rs
- [ ] model/usertrip.rs
- [ ] Rest?