Page MenuHomeSealhub

logo.test.ts
No OneTemporary

logo.test.ts

import assert from "assert";
import { withRunningApp } from "../../test_utils/with-test-app";
describe("/assets/logo route", () => {
it("returns the logo", async () =>
withRunningApp(null, async ({ rest_api }) => {
const response = await rest_api.get("/assets/logo");
assert.equal(response.length, 8105);
}));
});

File Metadata

Mime Type
text/x-java
Expires
Wed, May 7, 19:36 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
634790
Default Alt Text
logo.test.ts (326 B)

Event Timeline