Fehler Behoben
This commit is contained in:
@@ -71,8 +71,8 @@ describe("Bilder hochladen", async () => {
|
||||
const bild = await newClient.v1.bilder.getBase64.query({ uid: image.uid });
|
||||
|
||||
expect(bild).toHaveProperty("base64");
|
||||
expect(bild.base64).toBeTypeOf("string");
|
||||
expect(bild.base64).toEqual(base64);
|
||||
expect(bild.data).toBeTypeOf("string");
|
||||
expect(bild.data).toEqual(base64);
|
||||
})
|
||||
|
||||
test("bild sollte entfernbar sein", async () => {
|
||||
|
||||
Reference in New Issue
Block a user