mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed unused module from test suite
refs https://github.com/TryGhost/Toolbox/issues/523
This commit is contained in:
parent
f717c093e7
commit
2bf98e288f
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ const RevueHandler = require('../../../../../core/server/data/importer/handlers/
|
|||
const DataImporter = require('../../../../../core/server/data/importer/importers/data');
|
||||
const ImageImporter = require('../../../../../core/server/data/importer/importers/image');
|
||||
const RevueImporter = require('@tryghost/importer-revue');
|
||||
const storage = require('../../../../../core/server/adapters/storage');
|
||||
const configUtils = require('../../../../utils/configUtils');
|
||||
|
||||
describe('Importer', function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue