Ghost/ghost/core
Fabien "egg" O'Carroll 531e4ab1a9 Removed service.js files from unit test coverage
The service.js files are rarely unit tested because they are
essentially glue code which acts as a singleton and doesn't use
dependency injection, this lil cocktail makes it difficult to stub
dependencies, as well as to call the init method more than once in a
test suite. This change should give us improved unit test coverage
2023-03-13 17:26:03 +07:00
..
content
core Added UI for new settings in email newsletter settings 2023-03-13 09:56:35 +01:00
test added e2e tests to cover page events 2023-03-10 15:25:10 -06:00
.c8rc.e2e.json
.c8rc.json Removed service.js files from unit test coverage 2023-03-13 17:26:03 +07:00
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Update Test & linting packages 2023-03-13 02:36:20 +00:00
playwright.config.js