aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2020-02-07 11:20:23 +0100
committerache <ache@ache.one>2020-02-07 15:59:35 +0100
commit9b5bdbb6670582d6b19cd44952d9ed8dce339834 (patch)
tree093387fe70337a826e8c63bceb651f9b2383fb5a
parentAdd tests (diff)
Nicer tests
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5c8e42a..d0dc7a3 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"pretest": "xo",
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel src --out-dir dist",
- "test": "ava"
+ "test": "ava --tap | tap-nyan"
},
"repository": "github:arobase-che/remark-attr",
"keywords": [
@@ -37,6 +37,7 @@
"rehype-stringify": "6.x",
"remark-parse": "7.x",
"remark-rehype": "5.x",
+ "tap-nyan": "1.1.0",
"unified": "8.x",
"xo": "0.24.x"
},