mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 15:35:53 +08:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user