Removed errant describe.only in unit tests

This commit is contained in:
Kevin Ansfield 2019-08-19 09:49:51 +01:00
parent dc36012d11
commit 98fc6ab123

View File

@ -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 = [{