aboutsummaryrefslogtreecommitdiff
path: root/__tests__/index.js
diff options
context:
space:
mode:
Diffstat (limited to '__tests__/index.js')
-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)