diff --git a/tests/unblock-netease-music.ts b/tests/unblock-netease-music.ts new file mode 100644 index 0000000..9c65d9f --- /dev/null +++ b/tests/unblock-netease-music.ts @@ -0,0 +1,12 @@ +import { runInRepo } from "../utils"; +import { RunOptions } from "../types"; + +export async function test(options: RunOptions) { + await runInRepo({ + ...options, + repo: "UnblockNeteaseMusic/server", + branch: "enhanced", + build: "build", + test: "test", + }); +}