chore(parser): remove jest

This commit is contained in:
Oliver Eyton-Williams
2020-10-12 11:17:22 +02:00
committed by Mrugesh Mohapatra
parent aa7a357aed
commit 6241335380
2 changed files with 149 additions and 4915 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,15 +6,8 @@
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^24.9.0"
},
"dependencies": {
"hast-util-select": "^2.1.0",
"hast-util-to-html": "^4.0.1",