Closed rasliche closed 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.
bluestar_test
cd server
npm install
npm run test
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