This commit is contained in:
parent
9733d8daf3
commit
c5fc764d2a
1
test.ts
1
test.ts
|
@ -5,7 +5,6 @@ import qs from "qs";
|
||||||
|
|
||||||
test("create feed", async () => {
|
test("create feed", async () => {
|
||||||
const identifier = await createFeed();
|
const identifier = await createFeed();
|
||||||
|
|
||||||
expect(await getFeed(identifier)).toMatch("My Feed");
|
expect(await getFeed(identifier)).toMatch("My Feed");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue