Skip to content

Commit

Permalink
add some tests, idk
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Feb 2, 2021
1 parent 2ca07b0 commit a832bf3
Show file tree
Hide file tree
Showing 6 changed files with 5,383 additions and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
node_modules
.nyc_output
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,21 @@
"hast-util-from-string": "^1.0.4",
"hast-util-select": "^4.0.2",
"hast-util-to-string": "^1.0.4",
"katex": "^0.12.0",
"vfile": "^4.2.1"
"katex": "^0.12.0"
},
"devDependencies": {
"@types/hast": "^2.3.1",
"@types/jest": "^26.0.20",
"@types/katex": "^0.11.0",
"@types/tape": "^4.13.0",
"@types/unist": "^2.0.3",
"typescript": "^4.1.3"
"jest": "^26.6.3",
"rehype-parse": "^7.0.1",
"rehype-stringify": "^8.0.0",
"tap": "^14.11.0",
"tape": "^5.1.1",
"tape-modern": "^1.1.2",
"typescript": "^4.1.3",
"unified": "^9.2.0"
}
}
Loading

0 comments on commit a832bf3

Please sign in to comment.