NCGThompson / CS-485-Project-1

0 stars 0 forks source link

Add e2e tests #9

Open NCGThompson opened 7 months ago

NCGThompson commented 7 months ago

To quote the Good Word:

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

According to what I read on the web, the kind of test in #8 would probably best be done with an e2e framework rather than a unit testing framework. Does someone think they are up for this?