Skip to content

Commit

Permalink
chore(test): Add test todos
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Aug 10, 2023
1 parent f307eff commit 2676c69
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/rest/v1/admin/trends.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,16 @@ describe("trends", () => {
const tags = await admin.v1.admin.trends.tags.list();
expect(tags).toEqual(expect.any(Array));
});

test.todo("approve a tag");
test.todo("reject a tag");

test.todo("approve a link");
test.todo("reject a link");

test.todo("approve a status");
test.todo("reject a status");

test.todo("approve a link publisher");
test.todo("reject a link publisher");
});

0 comments on commit 2676c69

Please sign in to comment.