mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Replaced tests with jest
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user