mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed unused test file + dep
- couple of minor bits of cleanup
This commit is contained in:
parent
e106c6dc1c
commit
99c192e140
2 changed files with 0 additions and 4 deletions
|
@ -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 a new issue