mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Support for register using a seed host (#51)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user