mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Removed unused test file + dep
- couple of minor bits of cleanup
This commit is contained in:
parent
e106c6dc1c
commit
99c192e140
@ -13,7 +13,6 @@ var should = require('should'),
|
||||
_ = require('lodash'),
|
||||
testUtils = require('../utils'),
|
||||
configUtils = require('../utils/configUtils'),
|
||||
urlUtils = require('../utils/urlUtils'),
|
||||
config = require('../../server/config'),
|
||||
settingsCache = require('../../server/services/settings/cache'),
|
||||
origCache = _.cloneDeep(settingsCache),
|
||||
|
@ -1,3 +0,0 @@
|
||||
module.exports = {
|
||||
answer: 42
|
||||
};
|
Loading…
Reference in New Issue
Block a user