Workspaces refactor #86

Merged
norm merged 189 commits from refactor/workspaces into main 2022-08-28 14:46:45 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit c75ff55bbc - Show all commits

View file

@ -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 () => {

View file

@ -4,7 +4,6 @@
"module": "commonjs",
"declaration": true,
"outDir": "./built/",
"rootDir": "./src/",
"removeComments": true,
"strict": true,
"strictFunctionTypes": true,