Replaced tests with jest

This commit is contained in:
2022-02-20 20:10:08 +00:00
parent f2994fc52e
commit ca11cc8963
23 changed files with 7595 additions and 1019 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "sineql",
"version": "0.4.0",
"version": "0.4.1",
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
@@ -19,5 +20,8 @@
"bugs": {
"url": "https://github.com/Ratstail91/sineQL/issues"
},
"homepage": "https://github.com/Ratstail91/sineQL#readme"
"homepage": "https://github.com/Ratstail91/sineQL#readme",
"devDependencies": {
"jest": "^27.5.1"
}
}