Don't run worst case test on GitHub Actions (#3688)

* Don't run worst case test on GitHub Actions

* Deprecate jest
This commit is contained in:
Louis Lam
2023-09-05 02:08:18 +08:00
committed by GitHub
parent 9c61247162
commit 33f7448048
3 changed files with 49 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// ⚠️⚠️⚠️ Deprecated: Jest is not recommended for testing backend code anymore, please create a new test file in ./test/backend-test which are native Node.js test files.
const { genSecret, DOWN, log} = require("../src/util");
const utilServer = require("../server/util-server");
const Discord = require("../server/notification-providers/discord");