aboutsummaryrefslogtreecommitdiff
path: root/__tests__
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-30 08:08:44 +0100
committerache <ache@ache.one>2018-12-30 08:10:16 +0100
commit26c4c8998ee2cb84c8ce57a79042881cb1ada385 (patch)
tree520e14afe201a8e0e8497769ac52e123f57128d7 /__tests__
parentClean the code and description (diff)
Distribution with babel
Diffstat (limited to '__tests__')
-rw-r--r--__tests__/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/__tests__/index.js b/__tests__/index.js
index ce750fe..b0fb9a3 100644
--- a/__tests__/index.js
+++ b/__tests__/index.js
@@ -7,7 +7,7 @@ import stringify from 'rehype-stringify';
import remark2rehype from 'remark-rehype';
import parse5 from 'parse5';
-import plugin from '../app';
+import plugin from '..';
const dom5 = require('dom5');