aboutsummaryrefslogtreecommitdiff
path: root/__tests__/index.js
diff options
context:
space:
mode:
Diffstat (limited to '__tests__/index.js')
-rw-r--r--__tests__/index.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/__tests__/index.js b/__tests__/index.js
index 76d69f5..cea2eea 100644
--- a/__tests__/index.js
+++ b/__tests__/index.js
@@ -1,16 +1,15 @@
'use strict';
-import plugin from '..';
-
-import unified from 'unified';
-import {readFileSync as file} from 'fs';
import {join} from 'path';
+import {readFileSync as file} from 'fs';
import test from 'ava';
import raw from 'rehype-raw';
import reParse from 'remark-parse';
import stringify from 'rehype-stringify';
import remark2rehype from 'remark-rehype';
+import unified from 'unified';
import parse5 from 'parse5';
+import plugin from '..';
const renderDefault = text => unified()
.use(reParse)