0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/unit
kirrg001 f83cbf6117 Moved pipeline/sequence to lib/promise
refs #9178

- continue with killing our global utils folder
- i haven't found any better naming for lib/promise
- so, require single files for now
- instead of doing `promiseLib = require('../lib/promise')`
- we can optimise the requires later
2017-12-13 22:20:02 +01:00
..
adapters Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
api Import lib/common only 2017-12-12 10:28:13 +01:00
apps Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
auth Import lib/common only 2017-12-12 10:28:13 +01:00
config
controllers Import lib/common only 2017-12-12 10:28:13 +01:00
data/importer Import lib/common only 2017-12-12 10:28:13 +01:00
helpers Moved word-count utility to helpers/utils.js (#9328) 2017-12-13 14:05:53 +01:00
mail Import lib/common only 2017-12-12 10:28:13 +01:00
metadata Moved visibility utility to static model fn (#9327) 2017-12-13 13:19:51 +01:00
middleware Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
models/base Import lib/common only 2017-12-12 10:28:13 +01:00
models_plugins
permissions Import lib/common only 2017-12-12 10:28:13 +01:00
services Import lib/common only 2017-12-12 10:28:13 +01:00
settings
sitemap Import lib/common only 2017-12-12 10:28:13 +01:00
themes Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
utils Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
admin_spec.js Moved apps into web folder (#9308) 2017-12-06 17:37:54 +01:00
apps_filters_spec.js
errors_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
exporter_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
ghost_sdk_spec.js Moved utils/url.js to UrlService 2017-12-11 20:05:33 +01:00
migration_fixture_utils_spec.js
migration_spec.js Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
server_utils_spec.js Decrease chance of random test failure in core/test/unit/server_utils_spec.js 2017-12-05 12:32:04 +01:00
social-urls_spec.js
utils_pipeline_spec.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
validation_spec.js