mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed errant describe.only in unit tests
This commit is contained in:
parent
dc36012d11
commit
98fc6ab123
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue