mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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 find = require('lodash/find');
|
||||||
const PostsImporter = require('../../../../../../server/data/importer/importers/data/posts');
|
const PostsImporter = require('../../../../../../server/data/importer/importers/data/posts');
|
||||||
|
|
||||||
describe.only('PostsImporter', function () {
|
describe('PostsImporter', function () {
|
||||||
describe('#beforeImport', function () {
|
describe('#beforeImport', function () {
|
||||||
it('converts post.page to post.type', function () {
|
it('converts post.page to post.type', function () {
|
||||||
const fakePosts = [{
|
const fakePosts = [{
|
||||||
|
|
Loading…
Add table
Reference in a new issue