0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test
Naz 83296c5c7e Removed rewire dependency in update check tests
refs https://github.com/TryGhost/Team/issues/728

- Rewire is usually a sign of massive module that is impossible to unit test without mocking big parts of that module. With a refactored UpdateCheckService and a brand new test coverage there is no need to use rewire and leave the "smell"
2021-06-01 17:35:10 +04:00
..
api-acceptance Moved acceptance test utils into own file 2021-06-01 13:17:45 +01:00
frontend-acceptance Used consistent patterns in acceptance tests 2021-05-27 17:54:08 +01:00
regression Removed rewire dependency in update check tests 2021-06-01 17:35:10 +04:00
unit Added {monthly,yearly}_price columns to products 2021-06-01 09:38:15 +01:00
utils Fixed config utils to return a usable instance of config 2021-06-01 17:35:10 +04:00
.eslintignore
.eslintrc.js Upgraded no-skipped-test rule to error 2021-05-26 14:57:43 +01:00
.jshintrc