UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

9 lines 345 B
import { validateSchema } from '../validate.js'; test('exportQuerySchema', () => { const data = { environment: 'production', features: ['firstFeature', 'secondFeature'], }; expect(validateSchema('#/components/schemas/exportQuerySchema', data)).toBeUndefined(); }); //# sourceMappingURL=export-query-schema.test.js.map