Merge branch 'master' into users/shigupt/addingGraphQLForVersions-master

This commit is contained in:
shigupt202
2021-03-30 22:30:49 +05:30
committed by GitHub
7 changed files with 254 additions and 14 deletions

View File

@@ -16,10 +16,14 @@
"main": "lib/run.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"test-coverage": "jest --coverage"
},
"devDependencies": {
"@types/node": "^12.0.10",
"typescript": "^3.5.2"
"typescript": "^3.5.2",
"jest": "^26.0.1",
"@types/jest": "^25.2.2",
"ts-jest": "^25.5.1"
}
}