]> Untitled Git - lemmy.git/commitdiff
Doing tests in sequential order. Fixes #2158 (#2163)
authorDessalines <dessalines@users.noreply.github.com>
Fri, 25 Mar 2022 19:00:33 +0000 (19:00 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Mar 2022 19:00:33 +0000 (19:00 +0000)
* Doing tests in sequential order. Fixes #2158

* Doing tests in sequential order. Fixes #2158

* Fixing order 1

api_tests/package.json

index e8f62b23ff517b64c4d76c970e6b5417c181a446..c461ea68411eeef2ce3069d7232db7cb7bb6dc0e 100644 (file)
@@ -9,7 +9,7 @@
   "scripts": {
     "lint": "tsc --noEmit && eslint --report-unused-disable-directives --ext .js,.ts,.tsx src",
     "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.23",