mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-28 16:50:26 +08:00
7 lines
210 B
JavaScript
7 lines
210 B
JavaScript
/// <reference types="cypress" />
|
|
|
|
describe('Swagger Schema Linting', () => {
|
|
it('Should be a completely valid schema', () => {
|
|
cy.validateSwaggerFile('/api/schema', 'results/swagger-schema.json');
|
|
});
|
|
});
|