Support for register using a seed host (#51)

This commit is contained in:
Simon J
2021-09-12 15:34:09 +10:00
committed by GitHub
parent 91cc450451
commit be4fcdff24
10 changed files with 219 additions and 44 deletions

View File

@@ -20,6 +20,8 @@ import sharp from "sharp";
jest.mock("sharp");
import randomString from "../src/random_string";
jest.mock("../src/random_string");
import {
Album,
Artist,
@@ -43,8 +45,6 @@ import {
aTrack,
} from "./builders";
jest.mock("../src/random_string");
describe("t", () => {
it("should be an md5 of the password and the salt", () => {
const p = "password123";