mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
bf587d4055
no issue - Two affected unit tests were triggering the "slow unit test" error on CI which gave a clue they were either: - written badly OR - were not unit tests at all - The latter proved to be true and the tests were moved where they belong - into the regression test suite with much more forgiving running itme constraints. - Unit tests should run quick ALWAYS as that's the first thing that gets triggered before pushing improvements to main. Faster - better. |
||
---|---|---|
.. | ||
base | ||
api-key.test.js | ||
integration.test.js | ||
invite.test.js | ||
member.test.js | ||
permission.test.js | ||
post.test.js | ||
session.test.js | ||
settings.test.js | ||
single-use-token.test.js | ||
tag.test.js | ||
user.test.js |