Added coverage to the test

This commit is contained in:
2022-06-29 01:50:45 +01:00
parent c17e4ad6ab
commit 015bab6351

View File

@@ -4,7 +4,7 @@
"description": "A simple to use graphQL clone", "description": "A simple to use graphQL clone",
"main": "source/index.js", "main": "source/index.js",
"scripts": { "scripts": {
"test": "jest" "test": "jest --coverage --collectCoverageFrom=source/**/*.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",