]> Untitled Git - lemmy.git/blobdiff - api_tests/package.json
Use enum for registration mode setting (#2604)
[lemmy.git] / api_tests / package.json
index 3e74a5accd06ad6083ea102679a922d206807bbc..4d74cbb2955ce4ea7f039dc60a0511fc2e64e8bb 100644 (file)
@@ -7,19 +7,21 @@
   "author": "Dessalines",
   "license": "AGPL-3.0",
   "scripts": {
-    "lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
+    "lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src && prettier --check 'src/**/*.ts'",
     "fix": "prettier --write src && eslint --fix src",
-    "api-test": "jest src/ -i --verbose"
+    "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.20",
-    "eslint": "^7.18.0",
-    "eslint-plugin-jane": "^9.0.3",
-    "jest": "^26.6.3",
-    "lemmy-js-client": "0.9.0-rc.12",
+    "@types/jest": "^26.0.23",
+    "@typescript-eslint/eslint-plugin": "^5.21.0",
+    "@typescript-eslint/parser": "^5.21.0",
+    "eslint": "^8.25.0",
+    "eslint-plugin-prettier": "^4.0.0",
+    "jest": "^27.0.6",
+    "lemmy-js-client": "0.17.0-rc.61",
     "node-fetch": "^2.6.1",
-    "prettier": "^2.1.2",
-    "ts-jest": "^26.4.4",
-    "typescript": "^4.1.3"
+    "prettier": "^2.7.1",
+    "ts-jest": "^27.0.3",
+    "typescript": "^4.8.4"
   }
 }