From c71a255078c4239189899f64fa3fab3294324801 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 7 Jan 2019 13:51:35 +0100 Subject: Test problem fix --- __tests__/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__tests__') diff --git a/__tests__/index.js b/__tests__/index.js index a8f4df8..76d69f5 100644 --- a/__tests__/index.js +++ b/__tests__/index.js @@ -1,5 +1,7 @@ 'use strict'; +import plugin from '..'; + import unified from 'unified'; import {readFileSync as file} from 'fs'; import {join} from 'path'; @@ -10,8 +12,6 @@ import stringify from 'rehype-stringify'; import remark2rehype from 'remark-rehype'; import parse5 from 'parse5'; -import plugin from '..'; - const renderDefault = text => unified() .use(reParse) .use(plugin) -- cgit v1.2.3