rasliche / bluestar-nuxt

2 stars 2 forks source link

Introducing tests to the Server #40

Closed rasliche closed 3 years ago

rasliche commented 3 years ago

I took a run at testing some of our critical routes so far.

I'm sure they're not ideal, but it's a good start I think.

To run:

Have a MongoDB server running on port 27017. The commands below will set up a bluestar_test database.

cd server

npm install

npm run test