test(server): fix script

This commit is contained in:
himself65
2023-04-18 18:24:35 -05:00
parent 3a053af50c
commit 0d7f65ab36

View File

@@ -9,8 +9,8 @@
},
"scripts": {
"dev": "nodemon ./src/index.ts",
"test": "ts-node-esm ./scripts/run-test.ts all",
"test:coverage": "c8 ts-node-esm ./scripts/run-test.ts all"
"test": "yarn exec ts-node-esm ./scripts/run-test.ts all",
"test:coverage": "c8 yarn exec ts-node-esm ./scripts/run-test.ts all"
},
"dependencies": {
"@apollo/server": "^4.6.0",