From 519258012bb21291d1f11c970a45b2d8b56299fb Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 18 Sep 2019 01:44:42 +0200 Subject: Update dependancies --- __tests__/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '__tests__') 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) -- cgit v1.2.3