aboutsummaryrefslogtreecommitdiff
path: root/__tests__
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-01-07 13:51:35 +0100
committerache <ache@ache.one>2019-01-07 13:51:35 +0100
commitc71a255078c4239189899f64fa3fab3294324801 (patch)
tree2377f8f60d6604f59b4449ddf2d20131a4164daf /__tests__
parent0.8.0 (diff)
Test problem fix
Diffstat (limited to '__tests__')
-rw-r--r--__tests__/index.js4
1 files changed, 2 insertions, 2 deletions
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)