mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
c02240dd5f
Closes #3856 - No longer call clearData and initData in test setup because migration.init is run during Ghost startup. The unhandled error was a result of clearData removing all the tables while Ghost was running--there was a timing issue with the oauth middleware checking the refreshtokens table when it had just been deleted. |
||
---|---|---|
.. | ||
authentication_test.js | ||
db_test.js | ||
error_test.js | ||
notifications_test.js | ||
posts_test.js | ||
settings_test.js | ||
slugs_test.js | ||
tags_test.js | ||
users_test.js |