mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
test(integration-tests): check swagger.json (#1127)
This commit is contained in:
parent
511012da92
commit
254fac52a7
1 changed files with 7 additions and 0 deletions
7
packages/integration-tests/tests/swagger-check.test.ts
Normal file
7
packages/integration-tests/tests/swagger-check.test.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import api from '@/api';
|
||||
|
||||
describe('Swagger check', () => {
|
||||
it('should succeed to provide swagger.json', async () => {
|
||||
expect(await api.get('swagger.json')).toHaveProperty('statusCode', 200);
|
||||
});
|
||||
});
|
Loading…
Add table
Reference in a new issue