0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/regression/models
Naz 4f78bf01a2 Moved default settings population test to regression suite
closes https://github.com/TryGhost/Team/issues/860
refs 5405b6ca7c

- The slow test was running slow because it's not a "unit test" it is testing much more. Moved it to a correct suite - regression which simplified the logic a lot (no need to mock db calls).
- Brought back the 2000ms limit as the bottleneck has been solved
2021-09-01 15:23:57 +04:00
..
base
model_member_stripe_customer.test.js
model_members.test.js
model_posts.test.js
model_settings.test.js Moved default settings population test to regression suite 2021-09-01 15:23:57 +04:00
model_stripe_customer_subscription.test.js
model_users.test.js