mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Removed errant describe.only in unit tests
This commit is contained in:
parent
dc36012d11
commit
98fc6ab123
@ -2,7 +2,7 @@ const should = require('should');
|
||||
const find = require('lodash/find');
|
||||
const PostsImporter = require('../../../../../../server/data/importer/importers/data/posts');
|
||||
|
||||
describe.only('PostsImporter', function () {
|
||||
describe('PostsImporter', function () {
|
||||
describe('#beforeImport', function () {
|
||||
it('converts post.page to post.type', function () {
|
||||
const fakePosts = [{
|
||||
|
Loading…
Reference in New Issue
Block a user