aboutsummaryrefslogtreecommitdiff
path: root/__tests__
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-09-18 01:44:42 +0200
committerache <ache@ache.one>2019-09-18 01:44:42 +0200
commit519258012bb21291d1f11c970a45b2d8b56299fb (patch)
treedf02d06dcf9314bf308bd7ff10793f217eb3f749 /__tests__
parentLicense clarification (diff)
Update dependancies
Diffstat (limited to '__tests__')
-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)