We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88703ac commit f5d83e1Copy full SHA for f5d83e1
1 file changed
tests/rest/v1/instance.spec.ts
@@ -22,6 +22,6 @@ it("lists languages", () => {
22
it("lists translatable languages", () => {
23
return sessions.use(async (client) => {
24
const languages = await client.rest.v1.instance.translationLanguages.list();
25
- expect(languages).toMatchInlineSnapshot();
+ expect(languages).toMatchInlineSnapshot(`{}`);
26
});
27
0 commit comments