refactor: move jest and add package.json to /test

This commit is contained in:
Joe Previte
2021-01-20 16:37:49 -07:00
parent 646ee3ad7f
commit 883dd13850
12 changed files with 3859 additions and 1824 deletions

View File

@@ -35,7 +35,6 @@
"@types/express": "^4.17.8",
"@types/fs-extra": "^8.0.1",
"@types/http-proxy": "^1.17.4",
"@types/jest": "^26.0.20",
"@types/js-yaml": "^3.12.3",
"@types/node": "^12.12.7",
"@types/node-fetch": "^2.5.7",
@@ -55,7 +54,6 @@
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^26.6.3",
"leaked-handles": "^5.2.0",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5",