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": { "publishConfig": {
"access": "public" "access": "public"
}, },
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": {
"jest": "^24.9.0"
},
"dependencies": { "dependencies": {
"hast-util-select": "^2.1.0", "hast-util-select": "^2.1.0",
"hast-util-to-html": "^4.0.1", "hast-util-to-html": "^4.0.1",