]> Untitled Git - lemmy.git/blobdiff - api_tests/package.json
Moving settings to Database. (#2492)
[lemmy.git] / api_tests / package.json
index 09bad0a45884a3fe30d00729ff712c8b29d25eda..48d873990b1671a6a8bda36151f776fecb96a1ea 100644 (file)
@@ -7,14 +7,24 @@
   "author": "Dessalines",
   "license": "AGPL-3.0",
   "scripts": {
-    "api-test": "jest src/ -i --verbose"
+    "lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
+    "fix": "prettier --write src && eslint --fix src",
+    "api-test": "jest -i follow.spec.ts && jest -i src/post.spec.ts && jest -i comment.spec.ts && jest -i private_message.spec.ts && jest -i user.spec.ts && jest -i community.spec.ts"
   },
   "devDependencies": {
-    "@types/jest": "^26.0.13",
-    "jest": "^26.4.2",
-    "lemmy-js-client": "^1.0.11",
+    "@sniptt/monads": "^0.5.10",
+    "@types/jest": "^26.0.23",
+    "@typescript-eslint/eslint-plugin": "^5.21.0",
+    "@typescript-eslint/parser": "^5.21.0",
+    "class-transformer": "^0.5.1",
+    "eslint": "^8.25.0",
+    "eslint-plugin-prettier": "^4.0.0",
+    "jest": "^27.0.6",
+    "lemmy-js-client": "0.17.0-rc.47",
     "node-fetch": "^2.6.1",
-    "ts-jest": "^26.3.0",
-    "typescript": "^4.0.2"
+    "prettier": "^2.7.1",
+    "reflect-metadata": "^0.1.13",
+    "ts-jest": "^27.0.3",
+    "typescript": "^4.8.4"
   }
 }