tutorbookapp / old-tutorbook

Source available code for Tutorbook's progressive web app (PWA).
https://tutorbook.app
Other
13 stars 10 forks source link

Add more negative tests for REST API #180

Open nicholaschiang opened 4 years ago

nicholaschiang commented 4 years ago

Add more negative tests for REST API

Right now we only have positive tests for our REST API and we just assume that the negative cases fail due to the assertions in DataProxy.

This should add a bunch of assertFails tests when using the incorrect auth tokens in firebase/test/test-api.js.