fix typescript config
This commit is contained in:
parent
1e7219b043
commit
c75ff55bbc
2 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ describe('API', () => {
|
|||
credential: 'TOKEN'
|
||||
});
|
||||
const res = await cli.request('meta', { detail: true });
|
||||
expectType<Misskey.entities.InstanceMetadata>(res);
|
||||
expectType<Misskey.entities.DetailedInstanceMetadata>(res);
|
||||
});
|
||||
|
||||
test('conditional respose type', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue