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 🎨 Updated Casper to v5.4.7 2023-03-03 16:00:37 +00:00
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 Removed db schema config from e2e test coverage 2022-11-30 17:08:47 +07:00
.c8rc.json Removed service.js files from unit test coverage 2023-03-13 17:26:03 +07:00
.eslintignore Updated .eslintignore list for core 2022-10-10 15:12:52 +07:00
.eslintrc.js Updated Eslint ECMAScript compatibility to 2022 2022-08-09 15:51:40 +02:00
.npmignore Updated .npmignore with new files 2022-11-30 12:40:47 +07:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
loggingrc.js Added version information to log lines 2023-01-20 13:18:44 +01:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json Update Test & linting packages 2023-03-13 02:36:20 +00:00
playwright.config.js Increased global Playwright expect timeout to 10s 2023-02-22 12:54:26 +01:00