mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
7308bb9122
- I lowered the code coverage on the repo to the point where it started failing because I added a new export to the config library - this wasn't easy to add tests for because the existing config tests use the loader directly and not the library export - instead, I'm just going to make the dev script access the loader, and make a note to clean this up in the future when we pull out the config module |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
Gruntfile.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json |