Page MenuHomeSealhub

index.test.ts
No OneTemporary

index.test.ts

import { webhintURL } from "../test_utils/webhint";
import { withProdApp } from "../test_utils/with-prod-app";
describe("homepage", function () {
this.timeout(200000);
it("passes webhint tests", () =>
withProdApp(async ({ base_url }) => {
await webhintURL(`${base_url}/`);
}));
});

File Metadata

Mime Type
text/x-java
Expires
Thu, Jul 3, 03:01 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
780711
Default Alt Text
index.test.ts (292 B)

Event Timeline