deno.land / x / esm@v135_2 / test / issue-588 / issue-588.test.ts

issue-588.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { assertStringIncludes } from "https://deno.land/std@0.180.0/testing/asserts.ts";
Deno.test("issue #588", async () => { const { version } = await fetch("http://localhost:8080/status.json").then(( res, ) => res.json()); const code = await fetch( `http://localhost:8080/v${version}/@superfluid-finance/sdk-core@0.6.3/es2020/sdk-core.mjs`, ).then((res) => res.text());
assertStringIncludes( code, `"/v${version}/gh/superfluid-finance/metadata"`, );});
esm

Version Info

Tagged at
a year ago