Skip to content

Commit 83315cb

Browse files
committed
tests: expanding concurrency tests with fast-check
This just adds some tests that hit the API with a bunch of concurrent operations with random order. This is to check for any db transaction errors.
1 parent 633e03c commit 83315cb

File tree

3 files changed

+936
-215
lines changed

3 files changed

+936
-215
lines changed

package-lock.json

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"ts-node": "^10.9.1",
8484
"tsconfig-paths": "^3.9.0",
8585
"typedoc": "^0.22.15",
86-
"typescript": "^4.5.2"
86+
"typescript": "^4.5.2",
87+
"fast-check": "^3.0.1"
8788
}
8889
}

0 commit comments

Comments
 (0)