fac-15 / casual-sports

Connecting those who want to do sports and exercise!
https://casual-sports.herokuapp.com/
3 stars 2 forks source link

Test fixtures #115

Closed rub1e closed 5 years ago

rub1e commented 5 years ago

DRY test fixtures:

You could put your fake data into a file called test-fixtures.js and import/require the specific pieces you need from there

Also, take a look at https://github.com/marak/Faker.js/ (though probably overkill for this project!)

rub1e commented 5 years ago

(Even if you weren't repeating the test event, you still don't want a 700-line file with the relevant code at the very bottom)